i hate nim
This commit is contained in:
parent
6e222f7529
commit
4f40e59b17
17 changed files with 1439 additions and 31 deletions
|
@ -1,30 +1,14 @@
|
|||
<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>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<title>Vite + Preact</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
</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