-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin_all_challenges.html
71 lines (61 loc) · 1.21 KB
/
admin_all_challenges.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html>
<head>
<title>Challenges Skvaderhack</title>
<link href="https://fonts.googleapis.com/css?family=Audiowide|Share+Tech+Mono" rel="stylesheet">
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
<meta name="viewport" content="width=400, initial-scale=1.0">
<meta name="theme-color" content="#5a005a">
<style>
body {
background-color: rgb(56,0,56);
color: rgb(255,0,255);
font-family: 'Share Tech Mono', monospace;
position: relative;
}
header {
text-align: center;
}
div.container {
width: 400px;
margin-left: auto;
margin-right: auto;
}
a {
color: rgb(255,255,255);
}
a:hover {
color: rgb(128,128,128);
}
a:visited {
color: rgb(200, 200, 200);
}
h1 {
font-family: 'Audiowide', cursive;
}
h2 {
font-family: 'Audiowide', cursive;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1><img src="img/skvaderhack.png" alt="Skvaderhack" /></h1>
</header>
<main>
<div class="container">
<h2>[CHEAT] ALL Challenges</h2>
<div class="challenges">
</div>
<ul id="hintlist">
</ul>
</div>
</main>
<script src="admin_all_challenges.js"></script>
<!--
This could almost be cheating, but here you go!
Key: !q*r8Nd%3R8X9382
-->
</body>
</html>