2023-12-15 06:08:58 +01:00
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2023 POKETUBE (https://codeberg.org/Ashley/poketube)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
-->
2023-12-25 14:43:18 +01:00
<!DOCTYPE html>
< html > < head >
< meta http-equiv = "content-type" content = "text/html; charset=UTF-8" >
< title > Poke - No interenet!1!1!1!111!< / title >
< / head >
2023-12-15 06:08:58 +01:00
< body >
< div id = "error-page" >
< div id = "error-page-content" align = "center" >
2023-12-25 14:43:18 +01:00
< h1 style = "color:#fff;font-family:'PokeTube Flex',sans-serif;font-weight:900;white-space:yes;font-style: italic;font-size: 45px;" align = "center" > Oh nyo > ~< < / h1 >
< h3 style = "font-family: sans-serif;" > Connectivity to the server has been lost qwq < br > Seems like you're offline - u check your internet connection and try again< / h3 > < br >
< p > or u can just view poke!'s < a href = "https://status.poketube.fun" > status page< / a > yk~ < / p >
2023-12-15 06:08:58 +01:00
< / div >
2023-12-25 14:43:18 +01:00
2023-12-15 06:08:58 +01:00
< / div >
< style >
2023-12-25 14:43:18 +01:00
.downnav {
position: fixed;
padding:10px;
bottom: 0;
left: 0;
width: 100%;
margin: auto;
overflow: hidden;
z-index: 1;
color:#fff;
background-color: #0f0f0f;
}
2023-12-15 06:08:58 +01:00
body{
background:#111;
margin: auto;
transform: translateY(13em)
}
p,a,h3{
text-align:center;
2023-12-25 14:43:18 +01:00
font-family: sans-serif;
2023-12-15 06:08:58 +01:00
color:#fff;
}
nav,error-page,div{
justify-content: center;
background: #111
}
2023-12-25 14:43:18 +01:00
< / style > < / body > < / html >