prigoana.com/count.html
2025-01-08 10:58:48 +02:00

55 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="./favicon.png">
<link rel="manifest" href="./manifest.json">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>prigoana.com</title>
<style> a{ cursor: url(./link.cur), auto;}
body {
user-select: none;
background-color: #000;
color: #fff;
font-family: monospace;
cursor: url(./cursor.cur), auto;
display: flex;
flex-direction: column;
align-items: center;
background-color: #000;
color: rgb(255, 255, 255);
padding: 20px;
text-align: center;
}
.terminal ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
margin: 0;
}
.terminal li {s
margin: 0 15px;
}
a {
color: #fff;
text-decoration: underline;
}
.terminal a:hover {
text-decoration: underline;}
</style>
</head>
<body>
<header>
<div class="terminal">
<ul>
<li><a href="./">back</a></li>
</ul>
</div>
</header>
<h3><a href=https://github.com/EduardSkibidiGooner/Count>Count</a></h3>
<p>Simple python-based web counter</p>
</body>
</html>