-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (31 loc) · 1.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./assets/css/index.css" />
</head>
<body>
<header>
<h1>
UdK Berlin — Rundgang 2024 — Content-Management-System (CMS)
</h1>
</header>
<hr />
<main>
<p>
It was possible to create, edit, manage, and moderate any content until the start of the Rundgang on Friday, July 19, 2024, at 12:30 p.m. — thank you so much for your participation, and enjoy your time at the Rundgang 2024.
</p>
<hr />
<p lang="de">
Das Eintragen, Editieren, Verwalten und Moderieren von Inhalten war bis zum Beginn des Rundgangs am Freitag, den 19. Juli 2024, um 12:30 Uhr möglich. Vielen Dank für eure Mitwirkung und viel Freude und Spaß am Rundgang 2024.
</p>
</main>
<hr />
<footer>
<p>
<a href="https://rundgang.udk-berlin.de/" rel="external nofollow noreferrer">UdK Berlin — Rundgang 2024 — Website</a>
</p>
</footer>
</body>
</html>