update html page
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-11-16 18:49:46 +01:00
parent f2f943c0d8
commit 4fa47392bf
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 86 additions and 37 deletions

View file

@ -5,33 +5,58 @@
<meta name="viewport" content="width=device-width">
<title>%status%</title>
<link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
<link href="https://fonts.codeberg.org/dist/inter/Inter%20Web/inter.css" rel="stylesheet" />
<link href="https://fonts.codeberg.org/dist/fontawesome5/css/all.min.css" rel="stylesheet" />
<style>
body {
margin: 0; padding: 1rem; box-sizing: border-box;
width: 100%; min-height: 100vh;
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>
<i class="fa fa-search text-primary" style="font-size: 96px;"></i>
<h1 class="mb-0 text-primary">
Page not found!
</h1>
<h5 class="text-center" style="max-width: 25em;">
Sorry, but this page couldn't be found or is inaccessible (%status%).<br/>
We hope this isn't a problem on our end ;) - Make sure to check the <a href="https://docs.codeberg.org/codeberg-pages/troubleshooting/" target="_blank">troubleshooting section in the Docs</a>!
</h5>
<small class="text-muted">
<img src="https://design.codeberg.org/logo-kit/icon.svg" class="align-top">
Static pages made easy - <a href="https://codeberg.page">Codeberg Pages</a>
</small>
<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>

View file

@ -5,34 +5,58 @@
<meta name="viewport" content="width=device-width">
<title>%status%</title>
<link rel="stylesheet" href="https://design.codeberg.org/design-kit/codeberg.css" />
<link href="https://fonts.codeberg.org/dist/inter/Inter%20Web/inter.css" rel="stylesheet" />
<link href="https://fonts.codeberg.org/dist/fontawesome5/css/all.min.css" rel="stylesheet" />
<style>
body {
margin: 0; padding: 1rem; box-sizing: border-box;
width: 100%; min-height: 100vh;
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>
<i class="fa fa-search text-primary" style="font-size: 96px;"></i>
<h1 class="mb-0 text-primary">
%status%!
</h1>
<h5 class="text-center" style="max-width: 25em;">
Sorry, but this page couldn't be served.<br/>
We got an <b>"%message%"</b><br/>
We hope this isn't a problem on our end ;) - Make sure to check the <a href="https://docs.codeberg.org/codeberg-pages/troubleshooting/" target="_blank">troubleshooting section in the Docs</a>!
</h5>
<small class="text-muted">
<img src="https://design.codeberg.org/logo-kit/icon.svg" class="align-top">
Static pages made easy - <a href="https://codeberg.page">Codeberg Pages</a>
</small>
<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>