Initial commit

This commit is contained in:
2023-04-10 18:33:11 +01:00
commit e85e8ec6e5
13 changed files with 186 additions and 0 deletions

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>