mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:28:35 +01:00
new offline page :3
This commit is contained in:
parent
a3088fdafa
commit
763c375951
1 changed files with 25 additions and 9 deletions
|
@ -16,21 +16,36 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html><html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<html><head>
|
||||||
<title>PokeTube</title>
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
</head>
|
<title>Poke - No interenet!1!1!1!111!</title>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="error-page">
|
<div id="error-page">
|
||||||
<div id="error-page-content" align="center">
|
<div id="error-page-content" align="center">
|
||||||
<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 no ;-;</h1>
|
<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>Looks like you're offline, check your internet connection and try again.</h3>
|
<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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.downnav {
|
||||||
|
position: fixed;
|
||||||
|
padding:10px;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
margin: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 1;
|
||||||
|
color:#fff;
|
||||||
|
background-color: #0f0f0f;
|
||||||
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background:#111;
|
background:#111;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -38,10 +53,11 @@
|
||||||
}
|
}
|
||||||
p,a,h3{
|
p,a,h3{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
font-family: sans-serif;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
nav,error-page,div{
|
nav,error-page,div{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #111
|
background: #111
|
||||||
}
|
}
|
||||||
</style>
|
</style></body></html>
|
||||||
|
|
Loading…
Reference in a new issue