This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 2.14 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
<!--
Music Gamers' Almanac ver.5 Application, by Naoki Rinmous, MIT licensed.
-->
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="椎名奈緒">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="global-wrap">
<div class="card" id="app-title">
<h1>音游玩家老黄历<small>ver.5</small></h1>
</div>
<div class="card" id="app-today">
<h2 id="app-today-date">今天是<span id="app-today-date-placeholder">2016年01月16日</span><img id="app-today-date-image"></h2>
<h2 id="app-today-machine">适合打<span id="app-today-machine-direction">向天</span>朝向的 <span id="app-today-machine-type1">这是游戏</span> 和 <span id="app-today-machine-type2">这是游戏</span> :)</h2>
<h2 id="app-github">可直接加入书签, 欢迎微博 <a href="http://weibo.com/uncookie">@闪光的芒果酱</a> 或在 <a href="https://github.com/amphineko/muger-almanac-v5">GitHub</a> 上投稿</h2>
</div>
<div class="card" id="almanac-positive">
</div>
<div class="card" id="almanac-negative">
</div>
<div class="card" id="app-footer">
Application by <a href="https://github.com/amphineko/">Naoki Rinmous</a>, fork me on <a href="https://github.com/amphineko/muger-almanac-v5">GitHub</a> :)<br/>
<br/>
程式码与黄历内容的版权与免责声明请参见 <a href="https://github.com/amphineko/muger-almanac-v5/blob/master/README.md">README</a> 文档<br/>
<br/>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
</div>
<div id="balloon-target"></div>
</div>
<script type="application/javascript" src="loader.js"></script>
</body>
</html>