-
Notifications
You must be signed in to change notification settings - Fork 6
/
23.html
70 lines (62 loc) · 2.5 KB
/
23.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
<!DOCTYPE html>
<html>
<head>
<title>Seed塔小工具</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="css/sticky.css" />
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
.hideProblem {
display: none;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-72Z5KE7XQC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-72Z5KE7XQC');
</script>
</head>
<body>
<nav>
<div class="nav-wrapper container">
<a href="#" class="brand-logo">Seed塔小工具</a>
<ul id="nav-mobile" class="right">
<li><a href="index.html">猜BGM練習</a></li>
<li><a href="bgm.html">所有BGM</a></li>
<li><a href="23.html">23層平台</a></li>
<li><a href="43.html" target="_blank">43紀錄表</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="section">
<a href="images/23.png" target="_blank"><img class="materialboxed" width="1000" src="images/23.png" /></a>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col s2">
<span class="white-text"><p>某數 製作</p></span>
</div>
<div class="col s2">
<p class="grey-text text-lighten-4"><iframe src="https://ghbtns.com/github-btn.html?user=xnum&repo=MStoweroz&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe></p>
</div>
</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/vue/1.0.24/vue.min.js"></script>
<script type="text/javascript" src="script/soundmanager2-nodebug-jsmin.js"></script>
</body>
</html>