-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (54 loc) · 2.63 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 lang="en" manifest="res.appcache">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>萌娘百科 万物皆可萌的百科全书 - by moegirl proxy</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/moegirl-style.css">
<link rel="stylesheet" href="moegirl-proxy.css">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="css/bootstrap-theme.min.css"> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Moegirl Proxy</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="navbar-text text-muted hidden-xs"><small id="breadcrumb-icon" class="glyphicon glyphicon-chevron-right"></small></li>
<li class="active"><a id="page-current" href="#"></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a id="favorite" href="#"><span class="glyphicon glyphicon-heart"></span></a><li>
<li><a id="page-Mainpage" href="./Mainpage"><span class="glyphicon glyphicon-home"></span> Mainpage</a></li>
<li><a id="open-in-mg" href="#" target="_blank"><span class="glyphicon glyphicon-new-window"></span> Open in Moegirlpedia</a></li>
</ul>
</div>
</div>
</nav>
<article id="moegirl-content"><!-- #moegirl-content --></article>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.pjax.js"></script>
<script src="moegirl-proxy.js"></script>
</body>
</html>