-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (44 loc) · 1.44 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>DU4L.org</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="icon_ctf.png">
<link rel="icon" type="image/png" href="icon32x32_ctf.png" sizes="32x32">
<link rel="icon" type="image/png" href="icon64x64_ctf.png" sizes="96x96">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
</head>
<body>
<div class="bsod container">
<header>
<h1 class="neg title">
<span class="bg" aria-label="DUAL - @DHBW Mannheim">DU4L -
<span id='typewriterText'><noscript>@DHBW Mannheim</noscript></span>
</span>
</h1>
</header>
<main>
<p>
<span aria-label="Welcome">W3lcome</span> to the space of our CTF Team called <span
aria-label="DUAL">DU4L</span>. We are a team of students from the DHBW Mannheim, Germany.
</p>
<ul>
<li>Contact us for questions.</li>
<li>Look into our GitHub.</li>
</ul>
<img class="center" src="logo-resize.png" alt="DU4L Logo, a black and white striped flag">
<p>
Contact: <br> <br>
* Mail: contact [at] du4l [dot] org
</p>
</main>
<nav class="nav">
<a href="https://github.com/DU4L" class="link">GitHub</a> |
<a href="https://ctftime.org/team/170921" class="link">CTFtime</a> |
<a href="impressum.html" class="link">Impressum</a>
</nav>
</div>
</body>
<script type="text/javascript" src="main.js"></script>
</html>