Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lab/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<nav class="navbar navbar-default visible-lg" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#">Computer Programming Lab</a>
<a class="navbar-brand" href="index.html">Computer Programming Lab</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
2 changes: 1 addition & 1 deletion src/lab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<nav class="navbar navbar-default visible-lg" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#">Computer Programming Lab</a>
<a class="navbar-brand" href="index.html">Computer Programming Lab</a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down