-
Notifications
You must be signed in to change notification settings - Fork 450
/
activities.html
46 lines (42 loc) · 1.26 KB
/
activities.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
<head>
<title>
Activities
</title>
<style>
body { background-color: #000000; }
</style>
</head>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
button {
border-radius: 5px;
border: 3px solid rgb(61, 59, 59);
font-family: Arial, sans-serif;
font-size: 100%;
background-color: rgb(53, 51, 51);
color: white;
padding: 10px 20px;
cursor: pointer;
margin: 10px;
}
button:hover {
background-color: rgb(48, 48, 48);
}
.button-container {
display: flex;
justify-content: space-around;
}
</style>
<button onclick="window.location.href='/Proxy.html'">Built in proxy</button>
<button onclick="window.location.href='/chromedino.html'">Chrome Dino</button>
<button onclick="window.location.href='/Evilglitch.html'">Evil Glitch</button>
<button onclick="window.location.href='/Square.html'">Black Hole Square</button>
<button onclick="window.location.href='/RetroHaunt.html'">Retrohaunt</button>
<button onclick="window.location.href='/Konekt.html'">Konekt</button>
<button onclick="window.location.href='/chroma.html'">The Chroma Incident</button>