-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
85 lines (85 loc) · 2.57 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi"
/>
<meta
name="google-site-verification"
content="ZQOS4YrP4U1Q0LqJ9IBaw8M2a_kGNlVC8KD50coBpLk"
/>
<meta name="keywords" content="Corkeys, Correction keys, Correctionkeys" />
<meta content="Corkeys" property="og:title" />
<meta
content="Correctie sleutels voor het 4de jaar"
property="og:description"
/>
<meta content="https://corkeys.ml" property="og:url" />
<meta content="https://corkeys.ml/icon.png" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<title>Corkeys</title>
<link rel="icon" href="icon.png" sizes="any" type="image/svg+xml" />
<link href="style.css" rel="stylesheet" />
<link
rel="preload"
href="Fonts/GeometosNeueBlack.woff"
as="font"
type="font/woff"
crossorigin
/>
</head>
<body>
<h1>Vakken</h1>
<div>
<button
class="block listpage"
type="button"
onclick="window.location.href = 'Pages/math.html'"
>
Wiskunde
</button>
<button
class="block listpage"
type="button"
onclick="window.location.href = 'Pages/french.html'"
>
Frans
</button>
<button
class="block listpage"
type="button"
onclick="window.location.href = 'Pages/physics.html'"
>
Fysica
</button>
<button
class="block listpage"
type="button"
onclick="window.location.href = 'Pages/geography.html'"
>
Aardrijkskunde
</button>
<div
id="discord"
onclick="window.open('https://discord.com/users/714767742456037467', '_blank').focus();"
>
<img
src="https://cdn.discordapp.com/attachments/876147354665902122/946146024785862706/discord-logo-logodownload-download-logotipos-1.png"
height="30"
width="30"
/>
<span id="ff" style="font-family: GeometosNeue"> Blobo#3686 </span>
</div>
<button
id="copy"
onclick="navigator.clipboard.writeText('Blobo#3686');
document.getElementById('copy').innerHTML = 'Copied: Blobo#3686';"
onmouseout="document.getElementById('copy').innerHTML = 'copy'"
>
copy
</button>
</div>
</body>
</html>