Skip to content

Commit

Permalink
add nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdanzhao committed Dec 20, 2024
1 parent dd8a884 commit ea2760c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<header>
<div id="siteTitle">
<a href="/">Daniel Zhao</a>
</div>
<nav>
{% include nav.html %}
</nav>
</header>
<main>
<div class="wide intro">
<div class="">
Expand Down

0 comments on commit ea2760c

Please sign in to comment.