-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst.html
executable file
·37 lines (29 loc) · 1.14 KB
/
first.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Computer Prototype</title>
<!-- <script src="engine.js"></script> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
<style>
.button1 {
position: absolute;
bottom: 70px;
right: 70px;
}
</style>
</head>
<body>
<div class="container">
<h1 id="slogan1" class="display-4">Welcome to the <b>OverHear</b> Demo!</h1><br>
<p id="slogan2">This simple <b>demo website</b> so you can try navigating by sound alone.</p>
<p id="slogan2">Set your window to full screen, and put your headphones on.</p>
<p id="slogan2"><b>Listen to navigate:</b> The strummed guitar sound takes you forward, the mellow vibrophone sound takes you backward.</p>
<p id="slogan2">With your screen reader, click the start button to begin.</p>
</div>
<a id="button" class="button1" href="second.html" role="button">Start</a><br>
</body>
</html>