-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (65 loc) · 2.49 KB
/
index.html
File metadata and controls
81 lines (65 loc) · 2.49 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
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Ease github的起点 - Easeflyer.GitHub.io by easeflyer</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' 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">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Ease github的起点 - Easeflyer.GitHub.io</h1>
<h2 class="project-tagline">Github 起点</h2>
</section>
<header>
<h1>Ease github的起点12 - Easeflyer.GitHub.io</h1>
<p>Github 起点</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/easeflyer" class="button fork"><strong>View On GitHub</strong></a>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
# 测试修改l01
<p>这是一个测试博文,是我在github 发布的第一篇blog!</p>
<h1>
<a id="标题一" class="anchor" href="#%E6%A0%87%E9%A2%98%E4%B8%80" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>标题一</h1>
<h2>
<a id="标题二" class="anchor" href="#%E6%A0%87%E9%A2%98%E4%BA%8C" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>标题二</h2>
<h3>
<a id="标题三" class="anchor" href="#%E6%A0%87%E9%A2%98%E4%B8%89" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>标题三</h3>
<ul>
<li>列表1</li>
<li>列表2</li>
<li>列表3
<ul>
<li>列表3.1</li>
<li>列表3.2</li>
<li>列表3.3</li>
</ul>
</li>
<li>列表4</li>
<li>列表5</li>
</ul>
<p><em>下划线</em></p>
<blockquote>
<p>引用这段文字
这也是一段引用文字
<code><html></code>
[google][google]
<a href="https://www.baidu.com">baidu</a>
</p>
</blockquote>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>