-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (40 loc) · 1.47 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
<html data-theme="light">
<head>
<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>Oberkurs Informatik 377</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.red.min.css">
</head>
<body>
<main class="container">
<header>
<hgroup>
<h1 class="pico-color-red-650">Studienkolleg</h1>
<p>der Technischen Universität Berlin</p>
</hgroup>
</header>
<article>
<a href="377.html"><h3>Oberkurs 377</h3></a>
<p>hier finden Sie Materialien zum Informatikunterricht des Oberkurses 377 im Wintersemester 2024.</p>
</article>
<article>
<a href="382.html"><h3>Unterkurs 382</h3></a>
<p>hier finden Sie Materialien zum Informatikunterricht des Unterkurses 382 im Wintersemester 2024.</p>
</article>
<footer>
<p>
<small>Bei Fragen und Problemen wenden Sie Sich gerne an mich via
<a href="mailto:tilman.schieber@tu-berlin.de">
e-mail
</a>
oder
<a href="https://matrix.to/#/@tilman.schieber:matrix.tu-berlin.de">
matrix
</a>
</small>
</p>
</footer>
</main>
</body>
</html>