-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgameend.html
More file actions
39 lines (27 loc) · 1.14 KB
/
gameend.html
File metadata and controls
39 lines (27 loc) · 1.14 KB
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
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/coverpage.css">
<title>旅するパンダ</title>
<link rel="icon" href="img/panda.png">
</head>
<div id="panda" class="tenor-gif-embed" data-postid="7619271" data-share-method="host" data-aspect-ratio="1.44231"
data-width="100%"><a href="https://tenor.com/view/panda-mad-pissed-rage-throw-gif-7619271">Panda Mad GIF</a>from <a
href="https://tenor.com/search/panda-gifs">Panda GIFs</a></div>
<audio controls autoplay src="bgm/angry.mp3"></audio>
<script type="text/javascript" async src="https://tenor.com/embed.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
// $("#panda").on("click", function () {
// window.location.href = "padaforest.html";
// // $("#food").attr("src", "https://tenor.com/search/panda-gifs" + "?" + timestamp);
// });
</script>
<a div class="btn_panda fit" href="gameover.html">
残念!ゲームオーバー!
</a>
<body>
</body>
</html>