Is now a link. And also it removes logo when screen is too smol.

This commit is contained in:
Gnarwhal 2024-08-07 21:05:20 +00:00
parent ad09015771
commit 8c65929249
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
3 changed files with 13 additions and 2 deletions

View file

@ -1,15 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Monodon Pages</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<div id="content">
<a id="content" href="https://forge.monodon.me">
<img id="logo" src="favicon.svg" />
<p id="text">Nothing here</p>
</div>
</a>
</div>
</body>
</html>