forked from 8values/8values.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinstructions.html
27 lines (24 loc) · 1.08 KB
/
instructions.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
<head>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:400,700" rel="stylesheet">
<link href='style.css' rel='stylesheet' type='text/css'>
<title>IndieValues</title>
<link rel="icon" type="x-icon" href="icon.png">
<link rel="shortcut icon" type="x-icon" href="icon.png">
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VZ0VD0LL75"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VZ0VD0LL75');
</script>
</head>
<body>
<h1>IndieValues</h1>
<hr>
<h2 style="text-align:center;">Instructions</h2>
<p class="question">You will be presented with a series of artist names from the list of HMI members' favourite artists. For each one, click the button with your opinion on it.</p>
<button class="button" onclick="location.href='quiz.html';">Got it!</button> <br>
<button class="button disagree" onclick="location.href='index.html';">Wait, nevermind!</button> <br>
</body>