mirror of
https://github.com/RPCSX/wiki.git
synced 2024-11-26 21:20:29 +00:00
lint: format
This commit is contained in:
parent
832024d2c1
commit
54653859cf
55
404.html
55
404.html
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user