2024-08-07 19:33:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2024-08-07 21:05:20 +00:00
|
|
|
<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">
|
2024-08-07 21:05:20 +00:00
|
|
|
<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>
|
2024-08-07 21:05:20 +00:00
|
|
|
</a>
|
2024-08-07 19:33:51 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|