monodon_page/index.html

16 lines
279 B
HTML
Raw Normal View History

2024-08-07 19:33:51 +00:00
<!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>