🐛 Fixed broken links
This commit is contained in:
4
404.html
4
404.html
@@ -68,14 +68,14 @@
|
|||||||
<main id="app">
|
<main id="app">
|
||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<a href="">
|
<a href="index.html">
|
||||||
<h1 class="logo"><img src="icons/logo.svg" alt="" style="height: 24px; margin-right: 16px">Postwoman</h1>
|
<h1 class="logo"><img src="icons/logo.svg" alt="" style="height: 24px; margin-right: 16px">Postwoman</h1>
|
||||||
</a>
|
</a>
|
||||||
<h3>API request builder</h3>
|
<h3>API request builder</h3>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<h1>404 - Page not found</h1>
|
<h1>404 - Page not found</h1>
|
||||||
<p><a href=""><button>Go Home</button></a></p>
|
<p><a href="index.html"><button>Go Home</button></a></p>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://github.com/liyasthomas/postwoman" target="_blank"><img src="icons/github.svg" alt="" style="margin-right: 16px">GitHub</a>
|
<a href="https://github.com/liyasthomas/postwoman" target="_blank"><img src="icons/github.svg" alt="" style="margin-right: 16px">GitHub</a>
|
||||||
<button id="installPWA" onclick="installPWA()">
|
<button id="installPWA" onclick="installPWA()">
|
||||||
|
|||||||
Reference in New Issue
Block a user