forked from 5quirre1/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmock.html
31 lines (31 loc) · 1.14 KB
/
mock.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mock Election</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<meta http-equiv="refresh" content="0; url=https://freakybob-team.github.io/freakylections/" />
<style>
* {
font-family: "Noto Sans", serif;
}
body {
background-color: lightblue;
}
h1, h2, p {
color: red
}
</style>
</head>
<body>
<h1>Mock Election</h1>
<h2>Polls have closed!</h2>
<p>Freakybob is the new president of FreakyLand.</p>
<h1>"Thank you all for choosing me as the first FreakyLand President. The first thing I will do in office is increase the wages of FreakyWorkers. Freedom to FreakyLand!"</h2>
<h1>The next election will happen 12/5/24 and will end on 12/7/24! Stay tuned.</h1>
<img src="images/elections/1/freakybob.png">
</body>
</html>