-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″> | ||
</head> | ||
<title> | ||
learning | ||
</title> | ||
<body> | ||
honlai github pages! | ||
<h1>honlai github pages!</h1> | ||
</body> | ||
<p>Here is an unorder list</p> | ||
<ul> | ||
<li><h1>This is h1</h1></li> | ||
<hr> | ||
<li><h2>This is h2</h2></li> | ||
<hr> | ||
<li><h3>This is h3</h3></li> | ||
<hr> | ||
<li><h4>This is h4</h4></li> | ||
<hr> | ||
<li><h5>This is h5</h5></li> | ||
<hr> | ||
<li><h6>This is h6</h6></li> | ||
</ul> | ||
</html> |