forked from HeimdallGames/shotenSamurai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.html
More file actions
22 lines (19 loc) · 896 Bytes
/
tutorial.html
File metadata and controls
22 lines (19 loc) · 896 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>
<head>
<title>Shoten Samurai - Tutorial</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/tutorial.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/Tutorial.js"></script>
</head>
<body>
<p id="clickText">Press to start</p>
<img class="panelTutorial" id="panelTutorial1" src="images/panel_1.png">
<img class="panelTutorial" id="panelTutorial2" src="images/panel_2.png">
<img class="panelTutorial" id="panelTutorial3" src="images/panel_3.png">
<img class="panelTutorial" id="panelTutorial4" src="images/panel_4.png">
</body>
</html>