Pretty everything up so it looks prettier

This commit is contained in:
Tracker-Friendly 2025-03-24 20:09:28 +00:00
parent 1ecb5873ee
commit 241661ce95
8 changed files with 53 additions and 10 deletions

44
static/css/styles.css Normal file
View file

@ -0,0 +1,44 @@
p {
margin: 10px 0;
}
#question {
margin-top: 40px;
}
#unclaimedPoints {
margin: 0;
}
body {
background-color: #5C7285;
color: white;
font-family: "Arial", sans-serif;
text-align: center;
display: flex;
flex-direction: column;
height: 100%;
}
button {
width: 150px;
font-size: 16px;
margin: 0 auto;
background-color: #E2E0C8;
color: #5C7285;
font-weight: 600;
}
a, button {
border: none;
padding: 10px 20px;
margin: 5px auto;
text-decoration: none;
border-radius: 10px;
}
a {
background-color: #818C78;
color: white;
font-size: 17px;
}

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Admin Panel</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<h1>Admin Panel</h1>

View file

@ -1,7 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Betting</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<h1>Betting</h1>

View file

@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gamble</title>
<script src="/static/js/jwt.min.js"></script>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<p>Shounic's un-styled ultra-ugly gambling site</p>

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Link your account</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<p id="status">Linking your account...</p>

View file

@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<title>Privacy Policy</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
We do not sell your data. Full stop. Your personal information never leaves your device. The only thing we ever use your google account for is to get your YouTube channel ID, and to display your name. We never store your email address, and your name never gets on our servers. If you would like us to delete all your data, immediately, simply press the delete account button on the login page (this may not work during outages).
<p>We do not sell your data. Full stop. Your personal information never leaves your device. The only thing we ever use your google account for is to get your YouTube channel ID, and to display your name. We never store your email address, and your name never gets on our servers. If you would like us to delete all your data, immediately, simply press the delete account button on the login page (this may not work during outages).</p>
</body>

View file

@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Privacy Policy</title>
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body>
<p>Hey there! Heres the deal with your data:</p>