-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 739 Bytes
/
index.html
File metadata and controls
24 lines (19 loc) · 739 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
<head>
<title>BoxBlock - Escape frome the fabric!</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="CSS/style.css" />
</head>
<body>
<div id="container">
<img src="images/logo.png" title="BoxBlock" alt="BoxBlock" />
<canvas id="theCanvas" width="600" height="540">Whoops! It looks like your browser doesn't support HTML5.</canvas>
</div>
<!-- Implemention of JS-files. -->
<script src="JS/jquery-1.9.1.js"></script>
<script src="JS/map.js"></script>
<script src="JS/animation.js"></script>
<script src="JS/main.js"></script>
</body>
</html>