Skip to content

Commit

Permalink
Add books.html to git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjdean committed Jul 27, 2024
1 parent f79b407 commit b24bee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
values.html
books.html
1 change: 1 addition & 0 deletions engineering.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<div class="front-page">
<div class="page-navigation">
<!-- <a href="books.html">Books</a> <br/> -->
<a href="engineering.html">Engineering</a> <br/>
</div>

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<div class="front-page">
<div class="page-navigation">
<!-- <a href="books.html">Books</a> <br/> -->
<a href="engineering.html">Engineering</a> <br/>
</div>

Expand Down

0 comments on commit b24bee7

Please sign in to comment.