2021-03-16 19:22:06 +00:00
<!doctype html>
< html class = "codeberg-design" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width" >
2022-11-07 22:37:52 +00:00
< title > %status%< / title >
2021-03-16 19:22:06 +00:00
2021-11-20 14:30:58 +00:00
< link rel = "stylesheet" href = "https://design.codeberg.org/design-kit/codeberg.css" / >
2021-03-16 19:22:06 +00:00
< 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;
2021-03-17 00:16:57 +00:00
width: 100%; min-height: 100vh;
2021-03-16 19:22:06 +00:00
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
< / style >
< / head >
< body >
2022-02-11 00:31:11 +00:00
< i class = "fa fa-search text-primary" style = "font-size: 96px;" > < / i >
2021-03-17 00:16:57 +00:00
< h1 class = "mb-0 text-primary" >
2022-11-07 22:49:48 +00:00
Page not found!
2021-03-17 00:16:57 +00:00
< / h1 >
< h5 class = "text-center" style = "max-width: 25em;" >
2022-11-07 22:49:48 +00:00
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 > !
2021-03-17 00:16:57 +00:00
< / h5 >
< small class = "text-muted" >
2021-11-20 14:30:58 +00:00
< img src = "https://design.codeberg.org/logo-kit/icon.svg" class = "align-top" >
2021-03-17 00:16:57 +00:00
Static pages made easy - < a href = "https://codeberg.page" > Codeberg Pages< / a >
2021-03-16 19:22:06 +00:00
< / small >
< / body >
< / html >