-
Notifications
You must be signed in to change notification settings - Fork 0
/
kahoots.html
92 lines (81 loc) · 4.16 KB
/
kahoots.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
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abizeitung Stufe U - Kahoots</title>
<link rel="stylesheet" href="static/ui.css">
<link rel="stylesheet" href="static/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png">
<link rel="manifest" href="static/site.webmanifest">
<link rel="mask-icon" href="static/safari-pinned-tab.svg" color="#a79a7a">
<link rel="shortcut icon" href="static/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Abizeitung Stufe U">
<meta name="application-name" content="Abizeitung Stufe U">
<meta name="msapplication-TileColor" content="#f3ebd8">
<meta name="msapplication-config" content="static/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<div class="container">
<a href="index.html" class="invisible">
<h1>Stufe U - Kahoots</h1>
</a>
</div>
</header>
<main>
<div class="container category-container">
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-1/0cd18ad4-2a13-41f5-91c9-c3df160beb30">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/1.jpg">
<h3>Stufe U/Lehrer Quiz #1</h3>
</a>
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-2/410bc48d-2929-43f8-85c9-7adab90cd9e3">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/2.jpg">
<h3>Stufe U/Lehrer Quiz #2</h3>
</a>
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-3/11af0481-7856-476d-a221-b1b7481e6ef2">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/3.jpg">
<h3>Stufe U/Lehrer Quiz #3</h3>
</a>
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-4/32533565-c34a-4a50-97a2-30ae721ac0b6">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/4.jpg">
<h3>Stufe U/Lehrer Quiz #4</h3>
</a>
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-5/c42cfb64-797a-4056-98ac-175a3c95823e">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/5.jpg">
<h3>Stufe U/Lehrer Quiz #5</h3>
</a>
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-6/39f26493-b70f-47fc-b46e-056201581c9e">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/6.jpg">
<h3>Stufe U/Lehrer Quiz #6</h3>
</a>
<a class="category invisible" target="_blank" href="https://create.kahoot.it/share/stufe-u-lehrer-quiz-6/3eb94f27-9219-4ee4-b9ae-85b3f1ccd4ae">
<div></div>
<img src="https://pij.ddns.net/stufeu/img/kahoots/7.jpg">
<h3>Stufe U/Lehrer Quiz #6</h3>
</a>
<footer>
<a class="invisible" href="impressum.html">© Stufe U des Kant-Gymnasiums in Boppard</a>
</footer>
<script>
document.addEventListener('contextmenu', event => event.preventDefault());
</script>
</div>
</main>
<div id="zoombg" class="medium-zoom-overlay" style="background: var(--back);">
<img id="zoomimg" src="" class="medium-zoom-image medium-zoom-image--opened">
</div>
<script src="static/zoom.js"></script>
</body>
</html>