This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
62 lines (58 loc) · 2.22 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Shiu - 基于 WebApp 的阅读应用</title>
<link rel="stylesheet" href="style/pages_style.css">
<link rel="stylesheet" href="style/pages_pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Shiu</h1>
<p>一个 iOS 下面的 WebApp</p>
<p class="view"><a href="https://github.com/alswl/shiu">View the Project on GitHub <small>alswl/shiu</small></a></p>
<ul>
<li><a href="https://github.com/alswl/shiu/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/alswl/shiu/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/alswl/shiu">Fork On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<p style="text-align:center;">
<img src="image/cover.png" alt="Shiu">
</p>
<p>
Shiu (/ʃʐy/),中文音标 (shi rü)),是一款基于 WebApp 的阅读应用,愿景是带来阅读新体验。
</p>
<h3>书目</h3>
<p>本资源收集于网络,用于数据测试,请购买正版书籍支持原作者</p>
<ul>
<li><a href="./qingyunian1">庆余年·壹</a></li>
<li><a href="./santi1">三体Ⅰ</a></li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="http://log4d.com">@alswl</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8822123-3']);
_gaq.push(['_setDomainName', 'log4d.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="js/scale.fix.js"></script>
</body>
</html>