Fixed hrefs and img on homepage

This commit is contained in:
2020-07-18 04:35:08 +02:00
parent 75fc28f464
commit ca20cdcfd9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<div id="navigation"> <div id="navigation">
<div class="wrapper"> <div class="wrapper">
<a href="/"> <a href="{{.WebAddress}}">
<img class="navimg" src="../images/HeadImg.png" alt="Brammp's Transfer.sh service"> <img class="navimg" src="../images/HeadImg.png" alt="Brammp's Transfer.sh service">
<h1>{{.Hostname}}</h1> <h1>{{.Hostname}}</h1>
</a> </a>

View File

@@ -1,7 +1,7 @@
<div id="navigation"> <div id="navigation">
<div class="wrapper"> <div class="wrapper">
<a href="/"> <a href="{{.WebAddress}}">
<img class="navimg" src="../images/HeadImg.png" alt="Brammp's Transfer.sh service"> <img class="navimg" src="./images/HeadImg.png" alt="Brammp's Transfer.sh service">
<h1>transfer.sh@{{.Hostname}}</h1> <h1>transfer.sh@{{.Hostname}}</h1>
</a> </a>
</div> </div>