Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
honlai authored Aug 16, 2023
1 parent 96f5c79 commit 6850973
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion index.html
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>

0 comments on commit 6850973

Please sign in to comment.