Organized 404.html
This commit is contained in:
parent
fcd4e5b170
commit
a87aa78353
12
404.html
12
404.html
@ -21,10 +21,6 @@
|
|||||||
<link rel="manifest" href="/assets/Favicons/404_Favicon/site.webmanifest" />
|
<link rel="manifest" href="/assets/Favicons/404_Favicon/site.webmanifest" />
|
||||||
<link rel="stylesheet" href="/assets/styles/button.css" />
|
<link rel="stylesheet" href="/assets/styles/button.css" />
|
||||||
<title>404</title>
|
<title>404</title>
|
||||||
<style>
|
|
||||||
h1 {text-align: center;}
|
|
||||||
p {text-align: center;}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 style="font-size: 60px;">404</h1>
|
<h1 style="font-size: 60px;">404</h1>
|
||||||
@ -39,12 +35,4 @@
|
|||||||
style="width: 220px;height: 220px;"
|
style="width: 220px;height: 220px;"
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
<style>
|
|
||||||
.center {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</html>
|
</html>
|
||||||
|
14
assets/styles/404.css
Normal file
14
assets/styles/404.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.center {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 50%;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user