errors/404.html

138 lines
18 KiB
HTML
Raw Permalink Normal View History

2024-09-24 23:29:43 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Maintenance</title>
<link rel="stylesheet" href="/styles/fonts.css" />
<style>
:root {
--primary-color: #b00;
--text-color: #54595d;
--text-emphasized: #202122;
--background-color: #fff;
--surface-color: #fff;
--surface-color2: #f9fafb;
--border-color: rgba(0, 0, 0, 0.05);
--link-color: var(--primary-color);
--font-sans: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
--font-serif: "PT Serif", "Apple Garamond", "Baskerville",
"Times New Roman", "Droid Serif", "Times", "Source Serif Pro", serif;
}
@media (prefers-color-scheme: dark) {
:root {
--text-color: #c4abab;
--text-emphasized: #fce8e8;
--background-color: #1f1414;
--surface-color: #261717;
--surface-color2: #301d1d;
--border-color: rgba(255, 255, 255, 0.05);
--link-color: #ca454a;
}
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
}
body {
background-color: var(--background-color);
color: var(--text-color);
font-family: var(--font-sans);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
}
h1 {
font-family: var(--font-serif);
margin-top: 1rem;
color: var(--text-emphasized);
font-size: 2.5rem;
}
a {
color: var(--link-color);
text-decoration: none;
transition: all 0.1s;
border-bottom: 2px solid var(--link-color);
}
a:hover {
color: var(--text-emphasized);
border-bottom: 2px solid var(--text-emphasized);
}
p {
font-size: 1.25rem;
margin-top: 1rem;
}
#footer {
position: absolute;
bottom: 0.5rem;
font-size: 0.75rem;
opacity: 0.5;
}
#footer a {
border-bottom: none;
text-decoration: underline;
color: var(--text);
transition: all 0.1s;
}
#footer a:hover {
color: var(--text-emphasized);
}
h1 .mini {
font-size: 1rem;
color: var(--text-color);
opacity: 0.5;
}
</style>
</head>
<body>
<svg
width="100%"
viewBox="0 0 1491 234"
id="logo"
style="
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linejoin: round;
stroke-miterlimit: 2;
max-width: 20rem;
"
>
<path
d="M314.578,9.159C315.943,9.159 317.536,9.235 319.356,9.387C321.177,9.538 323.073,9.728 325.045,9.956C327.017,10.183 328.914,10.487 330.734,10.866C332.555,11.245 334.148,11.662 335.513,12.117C335.058,17.124 334.413,21.788 333.579,26.112C332.744,30.436 331.72,34.342 330.507,37.831L324.818,37.831L314.805,18.261C310.406,18.261 306.651,18.716 303.541,19.627C300.431,20.537 297.852,22.281 295.804,24.86C293.756,27.439 292.239,31.156 291.253,36.011C290.267,40.865 289.774,47.237 289.774,55.125L289.774,66.503L315.943,66.503L315.943,77.881L289.774,77.881L289.774,169.131C297.663,170.041 304.945,171.861 311.62,174.592L311.62,180.281L254.276,180.281L254.276,174.592C258.978,171.861 263.985,170.041 269.294,169.131L269.294,77.881L252,77.881L252,71.964C257.31,68.627 263.074,66.124 269.294,64.455L269.294,56.491C269.294,47.085 270.432,39.31 272.708,33.166C274.983,27.022 278.169,22.168 282.265,18.603C286.361,15.038 291.177,12.572 296.715,11.207C302.252,9.842 308.206,9.159 314.578,9.159ZM416.068,150.471C416.068,153.809 416.143,156.691 416.295,159.118C416.447,161.545 416.599,164.124 416.75,166.855L432.452,169.131L432.452,173.909C428.659,175.881 424.449,177.626 419.822,179.143C415.195,180.66 410.758,181.798 406.51,182.556L400.821,182.556C399.304,179.067 398.394,175.237 398.091,171.065C397.787,166.893 397.56,162.304 397.408,157.298L396.27,157.298C395.663,160.332 394.488,163.404 392.743,166.514C390.999,169.624 388.723,172.392 385.916,174.82C383.11,177.247 379.81,179.219 376.018,180.736C372.225,182.253 367.902,183.012 363.047,183.012C353.793,183.012 346.246,180.205 340.405,174.592C334.565,168.979 331.644,161.621 331.644,152.519C331.644,145.541 333.048,139.814 335.854,135.339C338.661,130.863 342.795,127.336 348.256,124.757C353.717,122.178 360.468,120.32 368.508,119.182C376.549,118.044 385.879,117.172 396.498,116.565C397.105,110.042 397.294,104.164 397.067,98.93C396.839,93.696 396.005,89.221 394.564,85.504C393.122,81.787 390.999,78.905 388.192,76.857C385.385,74.809 381.707,73.785 377.156,73.785C375.032,73.785 372.642,73.899 369.988,74.126C367.333,74.354 364.716,74.999 362.137,76.06L351.442,103.367L345.525,103.367C344.008,98.816 342.681,94.113 341.543,89.259C340.405,84.404 339.685,79.625 339.381,74.923C345.146,71.433 351.556,68.703 358.61,66.731C365.664,64.759 373.515,63.772 382.162,63.772C389.899,63.772 396.081,64.872 400.708,67.072C405.335,69.272 408.862,72.116 411.289,75.605C413.716,79.095 415.309,82.963 416.068,87.211C416.826,91.458 417.205,95.706 417.205,99.954C417.205,109.056 417.016,117.817 416.636,126.236C416.257,134.656 416.068,142.734 416.068,150.471ZM372.149,168.903C375.942,168.903 379.279,168.145 382.162,166.628C385.044,165.111 387.471,163.29 389.444,161.166C391.416,159.042 393.009,156.881 394.222,154.681C395.436,152.481 396.27,150.623 396.725,149.106L396.725,125.212C387.927,125.212 380.721,125.668 375.108,126.578C369.495,127.488 365.095,128.929 361.909,130.901C358.724,132.873 356.524,135.339 355.31,138.297C354.097,141.255 353.49,144.631 353.49,148.423C353.49,154.946 355.159,159.991 358.496,163.556C361.833,167.121 366.385,168.903 372.149,168.903ZM568.985,180.281L520.06,180.281L520.06,174.592C524.156,172.468 528.632,170.648 533.486,169.131L533.486,115.2C533.486,103.671 531.817,94.568 528.48,87.893C525.143,81.218 519.074,77.881 510.276,77.881C506.483,77.881 502.956,78.564 499.694,79.929C496.433,81.294 493.55,83.153 491.047,85.504C488.544,87.855 486.382,90.51 484.562,93.468C482.741,96.427 481.3,99.499 480.238,102.684L480.238,169.131C484.941,170.041 489.492,171.861 493.892,174.592L493.892,180.281L444.74,180.281L444.74,174.592C448.532,172.62 453.538,170.799 459.758,169.131L459.758,79.701L444.74,77.881L444.74,71.964C448.684,70.296 453.235,68.779 458.393,67.413C463.551,66.048 468.936,64.834 474.549,63.772L480.238,63.772L480.238,89.259L480.466,89.259C483.652,82.28 488.241,76.288 494.233,71.282C500.225,66.276 507.469,63.772 515.964,63.772C522.033,63.772 527.456,64.493 532.235,65.934C537.013,67.375 540.996,69.916 544.181,73.557C547.367,77.198 549.794,82.091 551.463,88.235C553.132,94.379 553.966,102.153 553.966,111.559L553.966,169.131C560.0
style="fill: var(--text-color)"
></path>
<path
d="M176,17.011C176,7.616 168.384,-0 158.989,-0C125.345,0 50.655,0 17.011,0C7.616,-0 0,7.616 0,17.011C0,54.792 0,146.393 0,197.57C0,204.157 3.803,210.152 9.762,212.959C15.721,215.766 22.764,214.88 27.843,210.685C44.582,196.86 64.943,180.043 77.168,169.947C83.455,164.753 92.545,164.753 98.832,169.947C111.057,180.043 131.418,196.86 148.157,210.685C153.236,214.88 160.279,215.766 166.238,212.959C172.197,210.152 176,204.157 176,197.57C176,146.393 176,54.792 176,17.011Z"
style="fill: var(--primary-color)"
></path>
</svg>
<h1>Page not found <span class="mini">(404)</span></h1>
<p>
Unfortunately, the page you attempted to view does not appear to exist.
</p>
<p id="footer">
© 2024 fanwikis.org
<a href="https://fanwikis.org/legal">Legal notice</a>
<a href="https://fanwikis.org/privacy">Privacy policy</a>
</p>
</body>
</html>