-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (73 loc) · 2.54 KB
/
index.html
File metadata and controls
75 lines (73 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8825162288341578"
crossorigin="anonymous"></script>
<title>HowDoYouSpellComputers.com</title>
<link rel="shortcut icon" href="icon.png" type="image/x-icon" />
<style>
body {
background-color: #C1CEF5;
}
.header {
background-color: lightblue;
color: black;
height: 100px;
font-size: 36pt;
text-align: center;
font-family: Tahoma;
}
.welcome {
background-color: gray;
color: white;
text-align: center;
font-size: 16pt;
font-family: Tahoma;
height: 40px;
margin: 0px;
}
.normal {
font-family: Tahoma;
float: left;
}
.small {
font-size: 5px;
</style>
</head>
<body>
<div class="header">
<p>HowDoYouSpellComputers</p>
</div>
<div>
<p class="welcome">
The place to get cool stuff!
</p>
</div>
<div class="normal">
<a href="index.html">Engilsh</a>
<a href="spanish.html">Spanish</a>
<p>Welcome to the place called home!</p> <img src="computer.jpg">
<p>Here are some links:</p>
<a href="https://www.youtube.com">Youtube</a>
<br>
<a href="https://hackertyper.net/">Hacker Simlulator</a> <br>
<a href="https://www.mapcrunch.com/">MapCrunch</a> <br>
<a href="https://radiooooo.com/">Music Time machine</a> <br>
<a href="https://archive.org/web/">Wayback machine</a> <br>
<a href="https://scratch.mit.edu/">Scratch</a> <br>
<a href="https://dl.malwarewatch.org/">Software Download</a> <br>
<p>-------------------------------------------</p>
<p>Links from this website:</p>
<a href="todo.html">To do list</a>
<a href="hi.html">Midi Files</a>
<br>
<br>
<br>
<img src="shhhh_4x.webp">
<p>There is a secret on this page if you find it dont tell anyone!</p>
</div>
<dive class="small">
<a href="tst.html">HI</a>
</dive>
</body>
</html>