Added page

This commit is contained in:
Gnarwhal 2024-08-07 19:33:51 +00:00
commit ad09015771
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
6 changed files with 112 additions and 0 deletions

15
index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Monodon Pages</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<div id="content">
<img id="logo" src="favicon.svg" />
<p id="text">Nothing here</p>
</div>
</div>
</body>
</html>