monodon_page/index.html

17 lines
334 B
HTML
Raw Permalink Normal View History

2024-08-07 19:33:51 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
2024-08-07 19:33:51 +00:00
<title>Monodon Pages</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<a id="content" href="https://forge.monodon.me">
2024-08-07 19:33:51 +00:00
<img id="logo" src="favicon.svg" />
<p id="text">Nothing here</p>
</a>
2024-08-07 19:33:51 +00:00
</div>
</body>
</html>