-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.27 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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html lang="fi">
<head>
<title>muistipeli</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="js/card.js"></script>
<script src="js/scripts.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<div id="cover"></div>
<article id="game">
<header>
</header>
<div id="boardContainer">
<img id="speakerIcon" class="opacity30" src="png/32speaker.png">
<div id="board" class="noselect"></div>
<div id="menu">
<div id="instructions"> Harjoita muistiasi ja löydä kaikki tunneparit! </div>
<img id="startGameButton" src="png/uusipeli_button.png">
</div>
</div>
</article>
</body>
</html>