-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 847 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/fullscreen.js"></script>
<script src="js/bootstrap.min.js"></script>
<title></title>
</head>
<body>
<a href="menu.html" class="logo"><img src="images/PLASTICATS.png"></a>
<a href="https://nl.wikipedia.org/wiki/Plasticsoep" class="info"><img src="images/info.png"></a>
<a href="menu.html" class="start"><img src="images/START.png"></a>
<!--<audio src="sound/song.mp3" autoplay loop ></audio>-->
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="js/loadPage.js"></script>
</html>