mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 08:43:58 +02:00
Add href to Back link in page layout
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<header class="interior-site-header">
|
||||
<div class="site-title"><a href="/">PHP</a></div>
|
||||
<div class="site-slogan">The Right Way.</div>
|
||||
<a class="btn btn-h" href="#">Return to Main Page</a>
|
||||
<a class="btn btn-h" href="/">Return to Main Page</a>
|
||||
<a class="fork-me" href="https://github.com/codeguy/php-the-right-way">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user