monodon_page/index.html

18 lines
406 B
HTML
Raw Normal View History

2024-08-07 19:33:51 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width initial-scale=1" />
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>