lint: format

This commit is contained in:
OCDkirby 2024-09-14 13:47:24 +10:00
parent 832024d2c1
commit 54653859cf
2 changed files with 33 additions and 34 deletions

View File

@ -6,38 +6,37 @@ description: Sorry, the page you're looking for doesn't exist.
---
<style type="text/css" media="screen">
.container {
margin: 40px auto;
max-width: 800px;
text-align: center;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container {
margin: 40px auto;
max-width: 800px;
text-align: center;
padding: 20px;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
margin: 20px 0;
font-size: 5em;
line-height: 1;
letter-spacing: -2px;
color: #333;
}
h1 {
margin: 20px 0;
font-size: 5em;
line-height: 1;
letter-spacing: -2px;
color: #333;
}
a {
text-decoration: none;
color: #337ab7;
}
a:hover {
color: #23527c;
}
a {
text-decoration: none;
color: #337ab7;
}
a:hover {
color: #23527c;
}
</style>
<div class="container">
<h1>404 Error</h1>
<p>Sorry, the page you're looking for doesn't exist.</p>
<a href="/wiki/">Back to Home</a>
<h1>404 Error</h1>
<p>Sorry, the page you're looking for doesn't exist.</p>
<a href="/wiki/">Back to Home</a>
</div>

View File

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
{{ content }}
</body>
<head>
<meta charset="utf-8">
</head>
<body>
{{ content }}
</body>
</html>