Skip to content
Open
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
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

<a class="navbar-brand" href="#">Project name</a>

</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand Down Expand Up @@ -183,7 +185,7 @@ <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Ch


<!-- FOOTER -->
<footer>
<footer style="background-color: rgb(235, 117, 137);">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>&copy; 2014 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
<p>I edited this in 2021</p>
Expand Down