This repository was archived by the owner on Apr 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.dev.html
More file actions
133 lines (122 loc) · 4.09 KB
/
index.dev.html
File metadata and controls
133 lines (122 loc) · 4.09 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="UTF-8">
<link rel="icon" href="favicon.png" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fybug</title>
<script src="https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js"></script>
<link href="css/main.css" rel="stylesheet"/>
<link href="css/foot.css" rel="stylesheet"/>
<link href="css/header.css" rel="stylesheet"/>
<link href="css/index/body.css" rel="stylesheet"/>
<link href="css/index/expander.css" rel="stylesheet"/>
</head>
<body>
<!-- 页首 -->
<div class="frmwork">
<header class="headAndFoot"><h2>fybug 主题站</h2></header>
<!-- 导航菜单 -->
<div id="navigation" class="nav tr-05" in="" sold=""></div>
<div id="navs" class="nav tr-05">
<a class="tr-1" href="help.dev.html">主题使用帮助</a>
<a class="tr-1" href="about.dev.html">关于我们</a>
<a class="tr-1" href="fybug.dev.html">关于该网站</a>
<a class="tr-1" href="upload.dev.html">上传主题</a>
</div>
<div id="navig" class="nav tr-05">
<i class="tr-05" href="help.html"></i>
<i class="tr-05" href="about.html"></i>
<i class="tr-05" href="fybug.html"></i>
<i class="tr-05" href="upload.html"></i>
</div>
</div>
<!-- 内容 -->
<div class="showS" val="load">
<section>
<div id="loadam"></div>
<!-- 主题展示区 -->
<section id="themesbody">
<!-- 源节点 -->
<section class="ThemeSource">
<!-- 主题介绍 -->
<section class="icons">
<!-- 主题连接 -->
<a href="">
<!-- 主题图标 -->
<img class="icon tr-1" src="" alt=""/>
</a>
<!-- 标题 -->
<h1 class="TtileAlt"></h1>
<!-- 版本支持 -->
<small></small>
<!-- 下载按钮 -->
<button value="" class="buttons tr-05 " onclick="window.open(this.value)">下载
</button>
</section>
<!-- 图片展示 -->
<div>
<img src="" alt=""/>
</div>
<!-- 作者 -->
<section class="aouter">
<!-- 作者头像连接 -->
<a href="">
<!-- 作者头像 -->
<img title="" class="icon tr-1" src="" alt=""/>
</a>
<h1></h1>
<!-- 捐献按钮 -->
<button class="buttons tr-05 ">捐献</button>
</section>
</section>
</section>
</section>
<!-- TODO -->
<!--<div id="todo">-->
<!--<h2>网站预计变动:</h2>-->
<!--<p>增加站长捐献</p>-->
<!--<p>使用 axaj</p>-->
<!--</div>-->
</div>
<!-- 页尾 -->
<div class="frmwork showS foot">
<!-- 页脚 -->
<button>
< img class="icon copyrihjyicon"
src="static/img/fybug.png">
</button>
<!-- BB -->
<p>© fybug / 风雨bu改</p><br/>
</footer>
</div>
<!-- 图片展示:默认隐藏 -->
<div id="see" class="hidenow">
<!-- 捐献按钮 -->
<div id="don" class="hidenow">
<ul>
<li>
<button id="qq" class="tr-05 buttons hidenow">QQ</button>
</li>
<li>
<button id="wechat" class="tr-05 buttons hidenow">微信</button>
</li>
<li>
<button id="mayun" class="tr-05 buttons hidenow">支付宝</button>
</li>
</ul>
</div>
<img id="screen" src="" alt="" class="hidenow"/>
</div>
</body>
<script src="js/index/static.js"></script>
<script src="js/head.js"></script>
<script src="js/index/click.js"></script>
<script src="js/index/load.js"></script>
<script>
$(document).ready(loadDev);
$(".TtileAlt button").click(function () {
window.open(this.value);
});
</script>
</html>