ramses-coffee/index.html
2024-01-06 20:47:35 +00:00

23 lines
759 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ramses Coffee - Now with NaN more coffee flavor!</title>
<link rel="shortcut icon" type="image/png" href="neocat_floof_mug_2048.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
<div class="container">
<a href="https://corteximplant.com/@revengeday">
<img class="neocat" src="neocat_floof_mug_2048.png">
</a>
</div>
<footer>
Images was created by <a href="https://volpeon.ink/emojis/neocat/">Volpeon</a> and is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> license.
</footer>
</body>
</html>