Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xyp8023 authored Dec 13, 2020
1 parent 038b1fa commit e41fbb1
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
Visit Yiping Xie's Homepage at https://www.yipingxie.space/
<!DOCTYPE html>
<html>
<head>
<title>Yiping Xie's Homepage</title>
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<!-- <li><a href="/about">About</a></li> -->
<!-- <li><a href="/cv">CV</a></li> -->
<!-- <li><a href="/blog">Blog</a></li> -->
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there, I'm Yiping Xie!</h1>
<p>Visit https://www.yipingxie.space/</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<!-- <footer> -->
<!-- <ul> -->
<!-- <li><a href="mailto:[email protected]">email</a></li> -->
<!-- <li><a href="https://github.com/hankquinlan">github.com/hankquinlan</a></li> -->
<!-- </ul> -->
<!-- </footer> -->
</body>
</html>

0 comments on commit e41fbb1

Please sign in to comment.