This repository has been archived by the owner on Mar 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (52 loc) · 2.16 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="shortcut icon" href="img/favicon.ico">
<title>涅槃·脉搏</title>
<link href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
<script src="http://cdn.bootcss.com/jquery/1.9.1/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="css/index.css" rel="stylesheet" />
<link href="css/header-and-animations.css" rel="stylesheet" />
<link href='http://cdn.webfont.youziku.com/webfonts/nomal/111382/47031/5a2615c0f629d90b98a3c88a.css' rel='stylesheet' type='text/css' />
</head>
<body>
<!-- Nav tabs -->
<ul class="nav nav-pills nav-underline" role="tablist">
<font id="logo">脉 搏</font>
<li role="presentation" class="active"><a href="#general" aria-controls="general" role="tab" data-toggle="tab">概况</a></li>
</ul>
<div id="anim">
<div id="gradient"></div>
<div class="mask">
<div id="pulse_left">
<div id="pm0"></div>
<div id="pm1"></div>
</div>
<div id="pulse">
<div id="p0"></div>
<div id="p1"></div>
<div id="p2"></div>
<div id="p3"></div>
<div id="p4"></div>
<div id="p5"></div>
<div id="p6"></div>
</div>
<div id="pulse_right">
<div id="pm0"></div>
<div id="pm1"></div>
</div>
</div>
</div>
<img class="nirvana" src="img/nirvana.png" />
<h2 class="subtitle cssec9ee3ebb1b316">“Through the darkest dark,<br> may we see the light.”</h2>
<footer>
<div class="container">
<div class="pull-right">© 2018 涅槃新闻</div>
</div>
</footer>
</body>
</html>