mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
Added Green Icon
- removed "Home" navbar; it's redundant (sslip.io) - set appropriate title on FAQ and About
This commit is contained in:
@@ -9,9 +9,11 @@
|
||||
<!-- The above 3 meta tags *must*
|
||||
come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
<title>Welcome to sslip.io</title>
|
||||
<title>About sslip.io</title>
|
||||
<meta name="description" content="sslip.io">
|
||||
<meta name="author" content="Brian Cunnie">
|
||||
<!-- cute Green Lock icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
|
||||
<!-- Latest
|
||||
compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
@@ -41,12 +43,11 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button> <a class="navbar-brand" href="#">sslip.io</a> </div>
|
||||
</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>
|
||||
<li class="active"><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!--/.nav-collapse -->
|
||||
|
@@ -9,9 +9,11 @@
|
||||
<!-- The above 3 meta tags *must*
|
||||
come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
<title>Welcome to sslip.io</title>
|
||||
<title>sslip.io FAQ</title>
|
||||
<meta name="description" content="sslip.io">
|
||||
<meta name="author" content="Brian Cunnie">
|
||||
<!-- cute Green Lock icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
|
||||
<!-- Latest
|
||||
compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
@@ -41,11 +43,10 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button> <a class="navbar-brand" href="#">sslip.io</a> </div>
|
||||
</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 class="active"><a href="faq.html">FAQ</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -56,7 +57,7 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
<div class="container">
|
||||
|
||||
<div class="starter-template">
|
||||
<h1>sslip.io</h1>
|
||||
<h1>FAQ</h1>
|
||||
<div class="row">
|
||||
<p></p>
|
||||
</div>
|
||||
|
BIN
document_root/img/favicon.ico
Normal file
BIN
document_root/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
@@ -12,6 +12,8 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
<title>Welcome to sslip.io</title>
|
||||
<meta name="description" content="sslip.io">
|
||||
<meta name="author" content="Brian Cunnie">
|
||||
<!-- cute Green Lock icon -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
|
||||
<!-- Latest
|
||||
compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
@@ -41,10 +43,9 @@ come first in the head; any other head content must come *after* these tags -->
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button> <a class="navbar-brand" href="#">sslip.io</a> </div>
|
||||
</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