forked from backstreet-bois/the-bois-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 846 Bytes
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Intro Page</title>
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<header>
<br>
<div class ="centered"><div class = "Typography">It's a Website! </div>
</div>
</header>
<body>
<div class="centered2"><div class = "Typography2">
<p>
Thanks for using this website. I think it's a <b>VERY COOL</b> website. You may not think it's a good website and that's okay. I still think it's a good website. I hope in time you will think it's a good website too. If you don't, it's okay. One day you may change your mind and this website will still be here.
</p>
<p style ="color:FFFFF0";>
ratratratratratratratratarrat
</p>
</div>
</div>
</body>
</html>