-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Final work</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="o-startscreen">
<div class="o-startscreen__text">
<p>This experience was made for my Final Work assignment.</p>
<p>The goal was to create a visual environment for a song by Godspeed You! Black Emperor.</p>
<p>If you are on a mobile network, it is not recommended to proceed, as a lot of data will be downloaded.</p>
<p>Make sure to turn the sound on.</p>
<p>Best results are with headphones, a Google Cardboard and in landscape mode, but it is not required.</p>
<p>If you have a Google Cardboard, press the Google Cardboard logo in the right bottom corner while the experience is playing.</p>
</div>
<a class="o-btn" href="experience.html">Start the experience.</a>
</div>
</body>
</html>