-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·111 lines (97 loc) · 4.08 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>L{a}st Trip</title>
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.2/css/animsition.css">
<link rel="stylesheet" href="node_modules/izitoast/dist/css/iziToast.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--<embed src="silent.mp3" height=0 width=0 autostart="true" loop="true" volume="0"></embed>-->
<!--<audio src="normal_bgm.mp3" autoplay="autoplay" loop="true">-->
<!--</audio>-->
<div class="notify bar-top do-show" data-notification-status="success">Sample Notification.</div>
<div class="notification-top">
Top Notification
</div>
<div class="notification-bot">
Bot Notification
</div>
<!--Call your modal-->
<a id="demo01" href="#animatedModal">DEMO01</a>
<!--DEMO01-->
<div id="animatedModal">
<!--THIS IS IMPORTANT! to close the modal, the class name has to match the name given on the ID class="close-animatedModal" -->
<button class="close-animatedModal">
CLOSE MODAL
</button>
<div class="modal-content">
<!--Your modal content goes here-->
</div>
</div>
<div class="foreground">
<div class='element-wrapper'>
<div class='element'></div>
<div class='element'></div>
<div class='element'></div>
<div class='loading'>Loading…</div>
<div class='large-square'></div>
</div>
</div>
<div class="container">
<div class="instructions">
<h1>序</h1>
<h3>Between the good and bad / 善恶之间</h3>
<h3>Is where you'll find me / 你能找到我</h3>
<h3>Reaching for heaven / 伸手期望触及天堂</h3>
<h3>I will fight / 我会抗争到底</h3>
<h3>And I'll sleep when I die / 直至死期安然长眠</h3>
<h3>I live my life / 我会活出自己的精彩</h3>
<h3>I'm alive / 我活着</h3>
</div>
<div class="book-wrapper">
<a href="#" class="button" data-type="bar-top" data-status="plain">Click me</a>
<div class="book-cover">
<img src="bookcover.png" alt="">
</div>
<div class="stat-container">
<div class="stat-label">Fatigue:</div>
<div class="stat fatigue"></div>
<div class="stat-label">Spirit:</div>
<div class="stat spirit"></div>
<div class="stat-label">Gold:</div>
<div class="stat gold"></div>
<div class="stat-label">Power:</div>
<div class="stat power"></div>
<div class="stat-label">Agility:</div>
<div class="stat agility"></div>
<div class="stat-label">Intelligence:</div>
<div class="stat intelligence"></div>
</div>
<div class="pages-container">
<div class="pages">
</div>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.ui.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.2/js/animsition.js'></script>
<script src="https://unpkg.com/tippy.js@3/dist/tippy.all.min.js"></script>
<script src="js/TronWeb.js" type="text/javascript"></script>
<script src='js/jquery.animate-colors-min.js'></script>
<script src="node_modules/izitoast/dist/js/iziToast.js" type="text/javascript"></script>
<script src="node_modules/howler/dist/howler.js" type="text/javascript"></script>
<script src="js/animatedModal.min.js"></script>
<script src="js/nebPay.js"></script>
<script src="js/nebulas.js"></script>
<script src="js/Genesis.js"></script>
<!--<script src="js/pages.js"></script>-->
<script src="js/game.js"></script>
</body>
</html>