-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstart.html
More file actions
26 lines (19 loc) · 775 Bytes
/
start.html
File metadata and controls
26 lines (19 loc) · 775 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
25
26
<!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/styleTut.css" type="text/css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/bootstrap.min.js"></script>
<title></title>
</head>
<body>
<a href="Tutorial3.html" class="prev"><img src="images/prev.png"></a>
<a href="dist/index.html" class="start"><img src="images/PLAY%20BUTTON.png"></a>
<a href="menu.html" class="home"><img src="images/home.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>