dinobox.obl.ong/index.html
9pfs 7077ec8f7b
All checks were successful
Deploy website to nest / deploy (push) Successful in 5s
Merge branch 'main' into dark-mode
2024-07-07 03:41:32 +00:00

18 lines
418 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>dinobox</title>
<style>
:root {
color-scheme: light dark;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<body>
<h1>dinobox</h1>
<p>dinobox is simply dinobox.</p>
<hr/>
<p>You can contribute to this website <a href="https://git.h.hackclub.app/9pfs/dinobox.obl.ong">here</a> if you want to</p>
</body>
</html>