Initial commit

This commit is contained in:
Jordan Holt 2023-04-10 18:33:11 +01:00
commit e85e8ec6e5
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
13 changed files with 186 additions and 0 deletions

16
400.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>400 Bad Request - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>400 Bad Request</h1>
<p>Vimium</p>
</body>
</html>

16
401.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>401 Unauthorized - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>401 Unauthorized</h1>
<p>Vimium</p>
</body>
</html>

16
403.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>403 Forbidden - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>403 Forbidden</h1>
<p>Vimium</p>
</body>
</html>

16
404.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>404 Not Found - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>404 Not Found</h1>
<p>Vimium</p>
</body>
</html>

16
405.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>405 Method Not Allowed - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>405 Method Not Allowed</h1>
<p>Vimium</p>
</body>
</html>

16
429.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>429 Too Many Requests - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>429 Too Many Requests</h1>
<p>Vimium</p>
</body>
</html>

16
500.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>500 Internal Server Error - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>500 Internal Server Error</h1>
<p>Vimium</p>
</body>
</html>

16
501.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>501 Not Implemented - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>501 Not Implemented</h1>
<p>Vimium</p>
</body>
</html>

16
502.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>502 Not Found - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>502 Bad Gateway</h1>
<p>Vimium</p>
</body>
</html>

16
503.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>503 Service Unavailable - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>503 Service Unavailable</h1>
<p>Vimium</p>
</body>
</html>

16
504.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/images/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/favicon.png" type="image/png">
<title>504 Gateway Timeout - Vimium</title>
<style>
html,body { text-align: center; }
</style>
</head>
<body>
<h1>504 Gateway Timeout</h1>
<p>Vimium</p>
</body>
</html>

5
LICENSE Normal file
View File

@ -0,0 +1,5 @@
Copyright (C) 2023 by Jordan Holt <jordan@vimium.com>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Vimium Edge Errors
HTML error pages served from the edge when things have gone wrong.
Any resources must be inlined.