This commit is contained in:
hexlocation 2024-12-25 15:02:06 +01:00
commit 6e222f7529
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
5 changed files with 123 additions and 0 deletions

30
web/index.html Normal file
View file

@ -0,0 +1,30 @@
<script src="/public/standard.js"></script>
<html>
<body>
<div id="lelelelele">
<h1>???</h1>
Referral: <input id="referral-other" type="text"></input>
<button onclick="entry()">Create entry.</button>
<br><br>
<b>What is this?</b>
<p>At exactly 00:00 CET on 1 Jan, the system will choose a random entry. Their referral key shall be publically
displayed on this page. The person associated to this referral key shall contact us with their private key.
They shall win a little prize. To have one's entry weigh more than the rest, one shall have to spread their
referral key amongst the people. Every referral shall increase their chance of getting selected.</p>
<b>How does one enter?</b>
<p>One needs a referral key to enter.</p>
<p id="referral-key"></p>
<p id="private-key"></p>
</div>
</body>
</html>
<style>
body {
background-color: black;
color: #4af626;
text-align: center;
font-family: sans-serif;
}
</style>