Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chen01yx committed Jul 12, 2023
1 parent 39a5131 commit 1a02001
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
11 changes: 11 additions & 0 deletions html/secret_page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<p>
Hello world!
</p>
</body>
</html>
25 changes: 15 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h3>
Welcome to Chen Yuxing's homepage.
</h3>
<p>
This is Chen Yuxing's personal homepage.
</p>
</body>
<head>
<meta charset="utf-8">
</head>
<body>
<h3>
Welcome to Chen Yuxing's homepage.
</h3>
<p>
This is Chen Yuxing's personal homepage.
</p>
<a href="./html/secret_page.html">
secret page
</a>
</body>
</html>

0 comments on commit 1a02001

Please sign in to comment.