mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
Added the "Home" navbar button back in
What can I say? I had second thoughts.
This commit is contained in:
@@ -46,6 +46,7 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
</button> <a class="navbar-brand" href="/">sslip.io</a> </div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="faq.html">FAQ</a></li>
|
||||
<li class="active"><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
|
@@ -46,6 +46,7 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
</button> <a class="navbar-brand" href="/">sslip.io</a> </div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li class="active"><a href="faq.html">FAQ</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
|
@@ -46,6 +46,7 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
</button> <a class="navbar-brand" href="/">sslip.io</a> </div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="active"><a href="/">Home</a></li>
|
||||
<li><a href="faq.html">FAQ</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user