-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (51 loc) · 2.32 KB
/
index.html
File metadata and controls
60 lines (51 loc) · 2.32 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>蔓舞寻樱</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>蔓舞寻樱</h1>
<p>GitHub</p>
<p class="view"><a href="https://github.com/Alleysakura">View My GitHub Profile</a></p>
</header>
<section>
<h3>
<a id="html-is-good" class="anchor" href="#html-is-good" aria-hidden="true"><span class="octicon octicon-link"></span></a>论静态页面的威力</h3>
<p>本说是在GitPage上搭个hexo博客,但写起来太麻烦了,要有电脑。无奈做个静态页面,但静态页面的威力吓到我了,速度逆天,就这样吧,添加个二级域名过来</p>
<h3>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3>
<p>这是蔓舞寻樱的GitHub主页,更多内容请访问我两个博客</p>
<p>技术博客 <a href="https://alleysakura.com">https://alleysakura.com</a> </p>
<p>日常博客 <a href="https://chitanda.org">https://chitanda.org</a> </p>
<p>Today is 2015/8/16</p>
<p> </p>
</section>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'github-sakura';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<footer>
<p><small>Power By GitHub | Copyright 2015 蔓舞寻樱</small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>