yay
This commit is contained in:
commit
6e222f7529
5 changed files with 123 additions and 0 deletions
30
web/index.html
Normal file
30
web/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue