-
Notifications
You must be signed in to change notification settings - Fork 0
/
showPuki.html
35 lines (29 loc) · 1019 Bytes
/
showPuki.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>
<html lang="en">
<head>
<meta charset="utf-8">
<title>I like Coding</title>
<link rel="stylesheet" href="stylesheets/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>
<script src="lib/jquery.ui.touch-punch.min.js"></script>
</head>
<body onload="renderindex()">
<header>
<div class="sun"></div>
<h1>You found Puki!!!!!!</h1>
<div class="cloud cloudRestart" onclick="restart()">restart</div>
<div class="cloud cloudBack" onclick="backToHomePage()">back</div>
</header>
<main>
<img id="pukiImage" src="img/puki.png" alt="">
</main>
<footer>
</footer>
<script src="js/general.js"></script>
<script src="lib/jquery/jquery.js"></script>
<script src="js/app.js"></script>
<script src="js/chal.js"></script>
</body>
</html>