-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
55 lines (52 loc) · 1.5 KB
/
about.html
File metadata and controls
55 lines (52 loc) · 1.5 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
<!DOCTYPE html>
<html>
<head>
<title>wecatch</title>
<link rel="stylesheet" href="css/app.css">
<meta charset="utf-8">
<link rel="stylesheet" href="css/font-awesome.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.ico">
<script>
(function() {
if (!
/*@cc_on!@*/
0) return;
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
var i= e.length;
while (i--){
document.createElement(e[i]);
}
})()
</script>
<script src="js/jquery-2.1.0.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<article class="first-screen">
<pre class="verse center">
理想,不是说说就算了
梦想,不是唱唱就罢了
认准了,就要去行动
Hello World
只是坚持的开始
这个世界
值得各种想象
此刻,这些想象
我们正在努力
让它们变成现实
</pre>
<div class="center field" style="margin-bottom:12em">
<a href="http://wecatch.me">
<img src="img/flash.png" class="site-icon">
</a>
</div>
</article>
<footer>
<div class="container center">
©2014
<a href="http://wecatch.me">wecatch首页</a>
</div>
</footer>
</body>
</html>