-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhero.html
More file actions
88 lines (85 loc) · 3.61 KB
/
hero.html
File metadata and controls
88 lines (85 loc) · 3.61 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
<!doctype html>
<html lang="zh-CN">
<head>
<script language="JavaScript">
function password() {
var testV = 1;
var pass1 = prompt('人机验证,请输入3+2的结果','');
while (testV < 114514) {
if (!pass1)
history.go(-1);
if (pass1 == "5") {//初始密码123
break;
}
testV+=1;
var pass1 =
prompt('密码错误!请重新输入:');
}
if (pass1!="password" & testV ==114)
history.go(-1);
return " ";
}
document.write(password());
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>泓涵杀</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!-- 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="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<audio src="bgm.ogg" id="dd" autoplay="autoplay" controls="controls" loop="loop"></audio>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<header>
<nav>
<ul>
<img src="heros/Teacher_yang.jpg" width="336" height="514" alt=""/>
<img src="heros/elephant.jpg" width="336" height="514" alt=""/>
<img src="heros/ass.jpg" width="336" height="514" alt=""/>
<img src="heros/nigga.jpg" width="336" height="514" alt=""/>
<img src="heros/heyixin.jpg" width="336" height="514" alt=""/>
<img src="heros/liminghao.jpg" width="336" height="514" alt=""/>
<img src="heros/xuruichen.jpg" width="336" height="514" alt=""/>
<img src="heros/fenglijia.jpg" width="336" height="514" alt=""/>
<img src="heros/glasses.jpg" width="336" height="514" alt=""/>
<img src="heros/monkey&summer.jpg" width="336" height="514" alt=""/>
<img src="heros/lantern.jpg" width="336" height="514" alt=""/>
<img src="heros/wangyuhao.jpg" width="336" height="514" alt=""/>
<img src="heros/shenmingxuan.jpg" width="336" height="514" alt=""/>
<img src="heros/wangkedi.jpg" width="336" height="514" alt=""/>
<img src="heros/wangjunlin.jpg" width="336" height="514" alt=""/>
<img src="heros/dongxuelian.jpg" width="336" height="514" alt=""/>
<img src="heros/sunqi.jpg" width="336" height="514" alt=""/>
<img src="heros/hejiarui.jpg" width="336" height="514" alt=""/>
<img src="heros/wenjieyu.jpg" width="336" height="514" alt=""/>
<img src="heros/yangyuhan.jpg" width="336" height="514" alt=""/>
</article>
<li><a href="http://netease.mcfzh.asia/honghankill">返回主页 </a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<!-- About Section -->
<section class="about" id="about">
<h2 class="hidden">About</h2>
</section>
<footer>
</footer>
<!-- Footer Section -->
<!-- Copyrights Section -->
<div class="copyright">©2023- <strong>泓涵野兽株式会社</strong></div>
</div>
<!-- Main Container Ends -->
</body>
</html>