Create index.html

This commit is contained in:
Thomas G 2022-06-18 22:41:59 +10:00
commit b45e3edd4b
1 changed files with 17 additions and 0 deletions

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>MORBLOX</title>
</head>
<body>
<header>
<p class="webtitle" >this is MORBLOX</p>
<p class="morbin">its morbin time</p>
</header>
<h1>WELCOME TO MORBLOX!!!</h1>
<p>morbin</p>
<footer>
<p class="footerstuff">morbin</p>
</footer>
</body>
</html>