-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpenguin.html
executable file
·54 lines (51 loc) · 1.73 KB
/
penguin.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" class="hb-loaded">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>1024程序员的世界</title>
<link rel="stylesheet" media="screen" href="css/default.css">
<link rel="stylesheet" media="screen" href="css/main.css">
</head>
<body>
<!-- header -->
<div class="header bg">
<div class="inner">
<a href="index.html" class="logo">传习教育 <span style="font-size:25px;">黑客入侵</span></a>
<div class="c"></div>
</div>
</div>
<!-- header -->
<!-- main -->
<div class="main">
<div class="inner"> <!-- left box -->
<div class="box commonbox lvl1 radius">
<h5 class="title b_title">
<span class="icon blub_icon"></span>
<span class="mission mission1"></span>
<span id="no_script" class="noscript" style="display: none;"></span>
<span>Level 4</span>
</h5>
<div class="box_inner">
<div class="main_box radius">
<blockquote class="quote">
<span class="icon quote_s"></span>
<span class="icon quote_e"></span>
666666! <br>718690660 </blockquote>
</div>
</div>
</div>
<div class="c"></div> </div>
</div>
<!-- main -->
<div class="c"></div>
<!-- footer -->
<div class="footer bg">
<div class="inner">
<p class="description"></p>
<div class="sign">Designer: xxh([email protected]) hkesd([email protected]) <br> 2015.10.24</div>
</div>
</div>
<!-- footer -->
<div class="errortip" id="errortip"></div>
</body></html>