Create index.html
This commit is contained in:
commit
b45e3edd4b
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue