Initial commit
This commit is contained in:
16
400.html
Normal file
16
400.html
Normal 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>
|
Reference in New Issue
Block a user