afd
This commit is contained in:
parent
fff0f84de9
commit
f3c54d92d9
1 changed files with 55 additions and 1 deletions
56
count.html
56
count.html
|
@ -1 +1,55 @@
|
|||
tba
|
||||
<!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>
|
||||
|
|
Loading…
Add table
Reference in a new issue