-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 916 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="IMG/Favicon.png">
<link rel="stylesheet" href="css/GENERAL.css" type="text/css">
<title>MasterWoodie Webpage</title>
<meta name="description" content="My School Website">
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<script src="js/GENERAL.js" type="module" defer></script>
</head>
<body>
<header>
<h1>MasterWoodie Webpage</h1>
<br>
</header>
<div>
<br>
<br>
<p class="text-box">
Hi!<br>
this page was created for school, but I have added a bunch more stuff to it :)<br>
You can play games, ignore the OtherStuff tab,<br>
and get completely confused with the Esoteric programming languages I added ;)
</p>
</div>
</body>
</html>