Fixed 404 page

This commit is contained in:
Liyas Thomas
2019-08-23 11:44:37 +05:30
parent 181bc0c189
commit f05a61e8a8

148
404.html
View File

@@ -2,79 +2,87 @@
<html lang="en"> <html lang="en">
<head> <head>
<script src="head.js"></script> <meta charset='utf-8'>
<meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no"> <title>Postwoman - API request builder</title>
<title>mnmlurl - Minimal URL is a modern URL shortener with support for custom alias</title> <meta name="description" content="The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.">
<meta name="description" content="Minimal URL is a modern URL shortener with support for custom alias"> <link rel="icon" href="favicon.ico">
<link rel="icon" href="favicon.ico"> <meta itemprop="name" content="Postwoman - API request builder">
<meta itemprop="name" content="mnmlurl"> <meta itemprop="description" content="The Postwoman API request builder helps you create your requests faster, saving you precious time on your development.">
<meta itemprop="description" content="Minimal URL is a modern URL shortener with support for custom alias"> <meta itemprop="image" content="icons/icon-192x192.png">
<meta itemprop="image" content="icons/icon-192x192.png"> <!-- See https://goo.gl/OOhYW5 -->
<!-- See https://goo.gl/OOhYW5 --> <link rel="manifest" href="manifest.json">
<link rel="manifest" href="manifest.json"> <!-- See https://goo.gl/qRE0vM -->
<!-- See https://goo.gl/qRE0vM --> <meta name="theme-color" content="#121212">
<meta name="theme-color" content="#ffffff"> <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json --> <meta name="mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes"> <meta name="application-name" content="Postwoman - API request builder">
<meta name="application-name" content="mnmlurl"> <!-- Add to homescreen for Safari on iOS -->
<!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-status-bar-style" content="white-translucent"> <meta name="apple-mobile-web-app-title" content="Postwoman - API request builder">
<meta name="apple-mobile-web-app-title" content="mnmlurl"> <!-- Homescreen icons -->
<!-- Homescreen icons --> <link rel="apple-touch-icon" href="icons/icon-48x48.png">
<link rel="apple-touch-icon" href="icons/icon-48x48.png"> <link rel="apple-touch-icon" sizes="72x72" href="icons/icon-72x72.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/icon-72x72.png"> <link rel="apple-touch-icon" sizes="96x96" href="icons/icon-96x96.png">
<link rel="apple-touch-icon" sizes="96x96" href="icons/icon-96x96.png"> <link rel="apple-touch-icon" sizes="144x144" href="icons/icon-144x144.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/icon-144x144.png"> <link rel="apple-touch-icon" sizes="192x192" href="icons/icon-192x192.png">
<link rel="apple-touch-icon" sizes="192x192" href="icons/icon-192x192.png"> <!-- Tile icon for Windows 8 (144x144 + tile color) -->
<!-- Tile icon for Windows 8 (144x144 + tile color) --> <meta name="msapplication-TileImage" content="icons/icon-144x144.png">
<meta name="msapplication-TileImage" content="icons/icon-144x144.png"> <meta name="msapplication-TileColor" content="#121212">
<meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-tap-highlight" content="no"> <!-- OpenGraph -->
<!-- OpenGraph --> <meta property="og:site_name" content="Postwoman - API request builder">
<meta property="og:site_name" content="mnmlurl"> <meta property="og:url" content="https://liyasthomas.github.io/postwoman">
<meta property="og:url" content="https://mnmlurl.ml"> <meta property="og:type" content="website">
<meta property="og:type" content="website"> <meta property="og:title" content="Postwoman - API request builder">
<meta property="og:title" content="mnmlurl"> <meta property="og:description" content="API request builder">
<meta property="og:description" content="Minimal URL is a modern URL shortener with support for custom alias"> <meta property="og:image" content="icons/icon-144x144.png">
<meta property="og:image" content="icons/icon-144x144.png"> <!-- Twitter -->
<!-- Twitter --> <meta name="twitter:card" content="summary">
<meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@liyasthomas">
<meta name="twitter:site" content="@liyasthomas"> <meta name="twitter:creator" content="@liyasthomas">
<meta name="twitter:creator" content="@liyasthomas"> <meta name="twitter:url" content="https://liyasthomas.github.io/postwoman">
<meta name="twitter:url" content="https://mnmlurl.ml"> <meta name="twitter:title" content="Postwoman - API request builder">
<meta name="twitter:title" content="mnmlurl"> <meta name="twitter:description" content="API request builder">
<meta name="twitter:description" content="Minimal URL is a modern URL shortener with support for custom alias"> <meta name="twitter:image" content="icons/icon-144x144.png">
<meta name="twitter:image" content="icons/icon-144x144.png"> <!-- Web Fonts -->
<!-- Web Fonts --> <link href="https://fonts.googleapis.com/css?family=Poppins:500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css"> <script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('sw.js').then(function(registration) {
console.log('ServiceWorker registration successful with scope: ', registration.scope);
}).catch(function(err) {
console.log('ServiceWorker registration failed: ', err);
});
});
}
</script>
</head> </head>
<body> <body>
<main class="main"> <main id="app">
<div id="erbox"> <header>
<h1>404</h1> <div>
page not found <a href="">
</div> <h1 class="logo"><img src="icons/logo.svg" alt="" style="height: 24px; margin-right: 16px">Postwoman</h1>
<div class="flex"></div> </a>
<footer> <h3>API request builder</h3>
<a href="https://mnmlurl.ml"> </div>
<img src="icons/logo.svg" alt="logo" style="height: 24px; margin-right: 8px;">Home </header>
</a> <h1>404 - Page not found</h1>
<a href="https://github.com/liyasthomas/mnmlurl" target="_blank" rel="noopener"> <p><a href=""><button>Go Home</button></a></p>
<img src="icons/github.svg" alt="GitHub" style="margin-right: 8px;">GitHub <footer>
</a> <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/mnmlurl-extension" target="_blank" rel="noopener"> <button id="installPWA" onclick="installPWA()">
Get browser extension Install PWA
</a> </button>
<button id="installPWA" onclick="installPWA()" style="padding: 16px;"> </footer>
<img src="icons/pwalogo.svg" alt="PWA" style="height: 16px;"> </main>
</button>
</footer>
</main>
</body> </body>
</html> </html>