monodon_page/index.html
2024-08-07 19:33:51 +00:00

15 lines
279 B
HTML

<!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>