32 lines
1.2 KiB
HTML
Executable File
32 lines
1.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>New Nameful Election Info</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="description" content="Tellow approves!!!!!" />
|
|
<meta name="keywords" content="lkarch, website, new nameful, election" />
|
|
<meta author="lkarch" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/assets/stylesheets/index.css" />
|
|
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico" />
|
|
</head>
|
|
<body onload="onPageLoad()">
|
|
<div class="card">
|
|
<p>Ruler<hr></p>
|
|
<p id="ruler">Something Broke</p>
|
|
<img id="rulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Something Broke">
|
|
</div>
|
|
<div class="card">
|
|
<p>Co-Ruler<hr></p>
|
|
<p id="coRuler">Something Broke</p>
|
|
<img id="coRulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Something Broke">
|
|
<div class="tilt">
|
|
<div id="splash" class="pop">Totally not rigged</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<p id="electionCountdown">Something Broke</p>
|
|
<script src="assets/javascript/index.js"></script>
|
|
</body>
|
|
</html>
|