-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzj.html
51 lines (51 loc) · 1.56 KB
/
zj.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"/>
<link rel="icon" type="image/png" href="./images/wyxdlz.png">
<title>教程合集</title>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<script type="text/javascript">
document.oncontextmenu=function(e){return false;}
</script>
<style>
body {
-moz-user-select:none; <!--禁止文字让选中-->
}
</style>
<script type="text/javascript">
document.onkeydown = function () {
if (window.event && window.event.keyCode == 123) {
event.keyCode = 0;
event.returnValue = false;
return false;
}
};
</script>
<link rel="stylesheet" href="./css/style.css" type="text/css" media="all" />
<link href="css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="main-bg"/>
<h1>教程合集</h1>
<div class="sub-main-w3"/>
<div class="bg-content-w3pvt"/>
<div class="top-content-style"/>
<img src="./images/wyxdlz.png" alt=""/>
</div>
</br>
<div style="text-align: left; background:">
<a href="./theosinstaller.html"/>all越狱(支持所有版本越狱)theos安装教程</a></br>
<a href="./repoyd.html"/>插件源的制作</a></br>
<a href="./lizibilibili.html"/>各平台主页(新/旧)</a></br>
<a href="./debbuildrootless.html"/>制作插件 无根越狱</a></br>
<a href="./zjflex.html"/>flex补丁合集</a></br>
</div>
</body>
</html>