-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (62 loc) · 2.58 KB
/
Copy pathindex.html
File metadata and controls
68 lines (62 loc) · 2.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Violentcoder.GitHub.io by violentcoder</title>
</head>
<body>
<header>
<div class="inner">
<h1>Violentcoder.GitHub.io</h1>
<h2>blog</h2>
<a href="https://github.com/violentcoder" class="button">
<small>Follow me on</small>
GitHub</a>
</div>
</header>
<div id="content-wrapper">
<aside id="sidebar">
<ul>
<li>
<div><a data-href="null.html" href="javascript:void(0)">JavaScript</a></div>
</li>
<li>
<div><a data-href="null.html" href="javascript:void(0)">Node.js</a></div>
<ul>
<li>
<div><a data-href="./article/node/websocket1.html" href="javascript:void(0)">WebSocket(一)</a></div>
</li>
</ul>
</li>
<li>
<div><a data-href="null.html" href="javascript:void(0)">C++</a></div>
</li>
<li>
<div><a data-href="null.html" href="javascript:void(0)">Python</a></div>
</li>
</ul>
</aside>
<div class="inner clearfix">
<section id="main-content">
<h2>
公元2016年,1月17日,下午19时许,发生了一件惊天地泣鬼神的大事————我的博客平台问世了!!!
</h2>
</section>
<div id="loading-layer">
<img src="images/loading.gif" />
</div>
</div>
</div>
<script data-main="javascripts/main" src="javascripts/require.js"></script>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1257700877'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s11.cnzz.com/z_stat.php%3Fid%3D1257700877' type='text/javascript'%3E%3C/script%3E"));</script>
</body>
</html>