gitea-pages-server/html/404.html
Simon Vieille c5bc6d3e54
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update html page
2022-07-31 17:49:43 +02:00

65 lines
1.6 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>This page was not found 🧐</h1>
<p>
Reason: %status
<br><br>
<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>