update html page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-07-31 13:42:16 +02:00
parent e07e4c8591
commit b29953620b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -5,34 +5,79 @@
<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;
}
svg {
width: 100%;
max-width: 300px;
}
a {
color: #2185d0;
}
p {
text-align: center;
font-size: 1.4rem;
}
footer {
text-align: center;
border-top: 1px solid #ccc;
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">
<?xml version="1.0" encoding="iso-8859-1"?>
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<circle style="fill:#FF2746;" cx="256" cy="256" r="256"/>
<path style="fill:#940030;" d="M505.446,313.811L358.555,166.921L131,393.04l118.882,118.882c2.034,0.048,4.072,0.078,6.118,0.078
C377.504,512,479.237,427.351,505.446,313.811z"/>
<polygon style="fill:#FFFFFF;" points="300.23,108.596 131,108.596 131,393.04 358.555,393.04 358.555,166.921 "/>
<polygon style="fill:#DBDBDB;" points="358.555,166.921 300.23,108.596 238.187,108.596 238.187,393.04 358.555,393.04 "/>
<polygon style="fill:#C4C4C4;" points="300.23,166.921 358.555,166.921 300.23,108.596 "/>
<path style="fill:#121149;" d="M206.734,421.669L206.734,421.669c7.825,7.825,20.511,7.825,28.336,0l83.877-83.877
c7.825-7.825,7.825-20.511,0-28.336l0,0c-7.825-7.825-20.511-7.825-28.336,0l-83.877,83.877
C198.909,401.158,198.909,413.844,206.734,421.669z"/>
<path style="fill:#0A0A33;" d="M318.473,309.029L206.305,421.197c0.147,0.155,0.276,0.321,0.428,0.474
c7.825,7.825,20.511,7.825,28.336,0l83.877-83.877c7.825-7.825,7.825-20.511,0-28.336
C318.795,309.305,318.63,309.176,318.473,309.029z"/>
<circle style="fill:#273B7A;" cx="346.712" cy="281.686" r="82.553"/>
<path style="fill:#121149;" d="M405.09,223.315c-0.152-0.152-0.31-0.29-0.462-0.44L287.904,339.599
c0.15,0.152,0.288,0.31,0.44,0.462c32.239,32.239,84.508,32.239,116.746,0S437.329,255.552,405.09,223.315z"/>
<circle style="fill:#71E2EF;" cx="346.712" cy="281.686" r="61.714"/>
<path style="fill:#38C6D9;" d="M389.892,237.609l-87.254,87.254c0.15,0.152,0.288,0.31,0.44,0.462c24.1,24.1,63.176,24.1,87.276,0
c24.1-24.1,24.1-63.176,0-87.276C390.204,237.897,390.046,237.759,389.892,237.609z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>
<h1>
This page was not found!
</h1>
<h5 class="text-center" style="max-width: 25em;">
Sorry, this page doesn't exist or is inaccessible for other reasons (%status).<br/>
We hope this is not our fault ;) - Make sure to check the <a href="https://gitnet.fr/gitnet/fr/wiki/Pages-%2F-Troubleshooting" target="_blank">troubleshooting section in the Docs</a>!
</h5>
<small class="text-muted text-center">
<p>
Sorry, this page doesn't exist or is inaccessible for other reasons (%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.fr/assets/img/logo.svg" class="align-top">
<br>
Static pages made easy - <a href="https://gitnet.fr/gitnet/fr/wiki/Pages-%2F-How-to">Gitnet Pages</a>
</small>
</footer>
</body>
</html>