Skip to content
  • This project
    • Loading...
  • Sign in

石迎春 / learngit

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • learngit
  • Public
  • kindeditor
  • plugins
  • template
  • html
  • 3.html
  • shiyingchun's avatar
    练习git · 3873e6a9
    shiyingchun committed 2017-05-03 17:38:42 +0800
    3873e6a9 Browse Files
3.html 338 Bytes
Raw Blame History Permalink
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
<!doctype html>
<html>
<head>
	<meta charset="utf-8" />
</head>
<body>
	<p>
		在此处输入内容
	</p>
	<ol>
		<li>
			描述1
		</li>
		<li>
			描述2
		</li>
		<li>
			描述3
		</li>
	</ol>
	<p>
		在此处输入内容
	</p>
	<ul>
		<li>
			描述1
		</li>
		<li>
			描述2
		</li>
		<li>
			描述3
		</li>
	</ul>
</body>
</html>