-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstructions.html
More file actions
24 lines (21 loc) · 952 Bytes
/
instructions.html
File metadata and controls
24 lines (21 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="instructions.css" type="text/css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>How to Play!</title>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Who's the Artist / How to Play !</h1>
<br>
<p class="words"> Choose which artist is behind the blurry picture. You have 1 minute to play and aim for a highscore. If you choose the
wrong artist you will lose some time. There will be music played from the artist in the background to help you out. Good Luck !</p>
<p><a type="button" class="button" href="game.html" value="Start Game">Start Game</a>
</div>
</div>
</body>
</html>