-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.46 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
<!DOCTYPE>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VR student project</title>
<link href = "style.css" rel = "stylesheet" type= "text/css">
<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|PT+Mono|Ubuntu+Mono|Hind+Siliguri|Russo+One" rel="stylesheet">
</head>
<body>
<div id="body" class="startpage">
<center>
<div id="title">
<center><h1>Ada's Salon</h1></center>
</div>
<div class="text-1">
<p class="centered">Dies ist eine VR Experience.<br>
Hier ist Deine Eintrittskarte:</p>
<div class="ticket-item"></div>
<p>Wenn Du eine Cardboardbrille hast, dann
halte sie jetzt bereit. Nutze nach Möglichkeit eine WLAN Verbindung.
Die aktuelle Version ist für Chrome (auf Android) optimiert.
</p>
</div>
<div class="button-container">
<a href="https://wit-exhibition.github.io/exhibition/">
<button class="zurAusstellungButton">Zur Ausstellung</button>
</a>
<a href="./about.html">
<button class="ueberDieAusstellungButton">Über die Ausstellung</button>
</a>
</div>
</center>
</div>
</body>
</html>