mirror of https://github.com/gophish/gophish
commit
ceddc4acb4
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<!-- Bootstrap core CSS -->
|
<!-- Bootstrap core CSS -->
|
||||||
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
|
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700' rel='stylesheet' type='text/css'>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
||||||
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
|
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="documentation"><b>Documentation</b></a>
|
<li><a href="documentation"><b>Documentation</b></a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="https://github.com/jordan-wright/gophish"><b>Code</b></a>
|
<li><a href="https://github.com/gophish/gophish"><b>Code</b></a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="blog"><b>Blog</b></a>
|
<li><a href="blog"><b>Blog</b></a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
<li>
|
<li>
|
||||||
<h4>
|
<h4>
|
||||||
<span class="text-muted"><b>Hosted on Github. </b>
|
<span class="text-muted"><b>Hosted on Github. </b>
|
||||||
</span>View and download the code <a href="/code">on Github</a>.
|
</span>View and download the code <a href="https://github.com/gophish/gophish">on Github</a>.
|
||||||
</h4>
|
</h4>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in New Issue