-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (38 loc) · 984 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bulma.min.css" type="text/css"/>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<title>Alternativer Einbürgerungstest</title>
</head>
<body>
<section class="hero is-fullheight is-bbh is-bold">
<div class="hero-header">
<div class="header">
<div class="container">
<div class="header-left">
<!-- dummy -->
</div>
</div>
</div>
</div>
<div class="hero-content">
<div class="container">
<h1 class="title">Alternativer Einbürgerungstest</h1>
<div class="content">
<p>
Teste Dein Wissen und miss Dich mit den anderen Besuchern der Ausstellung.
</p>
</div>
<a class="button is-large arrow-after arrow-big" href="quiz.html">
Zum Start
</a>
</div>
</div>
<div class="icons"></div>
</section>
<script src="js/all.js"></script>
</body>
</html>