gitea-pages-server/html/404.html
2022-11-16 19:00:39 +01:00

63 lines
1.5 KiB
HTML

<!doctype html>
<html class="codeberg-design">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>%status%</title>
<style>
body {
margin: 0;
padding: 1rem;
box-sizing: border-box;
width: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: Verdana;
background: #374564;
color: #fff;
}
.img-404 {
width: 100%;
max-width: 300px;
}
a {
color: #2185d0;
}
p {
text-align: center;
font-size: 1.4rem;
}
footer {
text-align: center;
border-top: 1px solid #212a3d;
width: 100%;
padding-top: 20px;
}
</style>
</head>
<body>
<img src="https://gitnet.gitnet.page/assets/img/404.svg" class="img-404">
<h1>%status%</h1>
<p>
<em>We hope this is not our fault…</em> 🤪
<br><br>
Make sure to check the <a href="https://gitnet.fr/gitnet/fr/wiki/Pages-%2F-Troubleshooting" target="_blank">troubleshooting section in the Docs</a>!
</p>
<footer>
<img src="https://gitnet.gitnet.page/assets/img/logo.svg" class="img-logo">
<br>
Static pages made easy - <a href="https://gitnet.fr/gitnet/fr/wiki/Pages-%2F-How-to">Gitnet Pages</a>
</footer>
</body>
</html>