Add 400 pages
This commit is contained in:
parent
98d8442b01
commit
dbf115f254
2 changed files with 88 additions and 0 deletions
33
src/pages/403.astro
Normal file
33
src/pages/403.astro
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name='viewport' content='width=device-width' />
|
||||
<meta charset='utf-8' />
|
||||
<title>Khinsider Downloader</title>
|
||||
<meta name='next-head-count' content='3' />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id='__next'>
|
||||
<div
|
||||
style='color:#fff;background:#121212;font-family:-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center'
|
||||
>
|
||||
<div>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<h1
|
||||
style='display:inline-block;border-right:1px solid rgba(255, 255, 255,.3);margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top'
|
||||
>
|
||||
403
|
||||
</h1>
|
||||
<div style='display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle'>
|
||||
<h2 style='font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0'>Forbidden<!-- -->.</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
55
src/pages/404.astro
Normal file
55
src/pages/404.astro
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8" />
|
||||
<title>Khinsider Downloader</title>
|
||||
<meta name="next-head-count" content="3" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="__next">
|
||||
<div
|
||||
style="
|
||||
color: #fff;
|
||||
background: #121212;
|
||||
font-family:
|
||||
-apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Fira Sans', Avenir, 'Helvetica Neue',
|
||||
'Lucida Grande', sans-serif;
|
||||
height: 100vh;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
"
|
||||
>
|
||||
<div>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<h1
|
||||
style="
|
||||
display: inline-block;
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.3);
|
||||
margin: 0;
|
||||
margin-right: 20px;
|
||||
padding: 10px 23px 10px 0;
|
||||
font-size: 24px;
|
||||
font-weight: 500;
|
||||
vertical-align: top;
|
||||
"
|
||||
>
|
||||
404
|
||||
</h1>
|
||||
<div style="display: inline-block; text-align: left; line-height: 49px; height: 49px; vertical-align: middle">
|
||||
<h2 style="font-size: 14px; font-weight: normal; line-height: inherit; margin: 0; padding: 0">
|
||||
Not Found<!-- -->.
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue