🐛 Fixed broken links
This commit is contained in:
4
404.html
4
404.html
@@ -68,14 +68,14 @@
|
||||
<main id="app">
|
||||
<header>
|
||||
<div>
|
||||
<a href="">
|
||||
<a href="index.html">
|
||||
<h1 class="logo"><img src="icons/logo.svg" alt="" style="height: 24px; margin-right: 16px">Postwoman</h1>
|
||||
</a>
|
||||
<h3>API request builder</h3>
|
||||
</div>
|
||||
</header>
|
||||
<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>
|
||||
<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()">
|
||||
|
||||
Reference in New Issue
Block a user