meow
Dominika Liberda 2022-01-12 22:07:14 +00:00
parent cc5a728f3d
commit 51c4051885
1 changed files with 8 additions and 0 deletions

View File

@ -71,6 +71,13 @@
word-wrap : break-word;
font-family: monospace;
}
.footer {
text-align: center;
font-family: monospace;
}
a, a:visited, a:hover {
color: #3c3;
}
</style>
</head>
<body>
@ -93,6 +100,7 @@
<div class="traceroute"></div>
</div>
<div class="scoring"></div>
<div class="footer">by <a href="https://sdomi.pl/">sdomi</a> | <a href="https://git.sakamoto.pl/domi/geoipguesser">source</a> | <a href="https://paypal.me/sdomiuwu">donate?</a></div>
<script src="/game.js"></script>
</body>
</html>