-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code in the Dark</title>
<style type="text/css">@font-face{font-family:"Press Start 2P";src:url('PressStart2P-Regular.ttf')}</style>
</head>
<body style="background-color: black; color: white; font-family: 'Press Start 2P';">
<h1 style="text-align: center;">Code In The Dark</h1>
<hr />
<ul style="list-style: none; padding: 0;">
<li style="background-color: rgba(58,147,100,.75); margin: 1em; padding: 1em; text-align: center"><a style="color: white;" href="/devfest2/sample/dist/editor.html">Sample</a></li>
<li style="background-color: rgba(58,147,100,.75); margin: 1em; padding: 1em; text-align: center"><a style="color: white;" href="/devfest2/round1/dist/editor.html">Round 1</a></li>
<li style="background-color: rgba(58,147,100,.75); margin: 1em; padding: 1em; text-align: center"><a style="color: white;" href="/devfest2/round2/dist/editor.html">Round 2</a></li>
<li style="background-color: rgba(58,147,100,.75); margin: 1em; padding: 1em; text-align: center"><a style="color: white;" href="/devfest2/round3/dist/editor.html">Round 3</a></li>
<li style="background-color: rgba(58,147,100,.75); margin: 1em; padding: 1em; text-align: center"><a style="color: white;" href="/devfest2/finals/dist/editor.html">Finals</a></li>
</ul>
</body>
</html>