errors
This commit is contained in:
12
errors/403.html
Normal file
12
errors/403.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>403</title>
|
||||||
|
<link rel="stylesheet" href="styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>403</h1>
|
||||||
|
<p>what</p>
|
||||||
|
<p><a href=../index.html>home</a></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
12
errors/404.html
Normal file
12
errors/404.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>404</title>
|
||||||
|
<link rel="stylesheet" href="styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>404</h1>
|
||||||
|
<p>how</p>
|
||||||
|
<p><a href=../index.html>home</a></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
14
errors/styles.css
Normal file
14
errors/styles.css
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
:root {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
background-color: #0f1011;
|
||||||
|
color: white;
|
||||||
|
width: 50vw;
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #bb99ff;
|
||||||
|
text-decoration: none;
|
||||||
|
text-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
|
/* TODO: make it not bad */
|
||||||
Reference in New Issue
Block a user