mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
47 lines
No EOL
1.5 KiB
HTML
47 lines
No EOL
1.5 KiB
HTML
<!--
|
|
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/.
|
|
-->
|
|
<!DOCTYPE html><html>
|
|
<head>
|
|
<title>PokeTube</title>
|
|
</head>
|
|
<body>
|
|
<div id="error-page">
|
|
<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>
|
|
<h3>Looks like you're offline, check your internet connection and try again.</h3>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<style>
|
|
body{
|
|
background:#111;
|
|
margin: auto;
|
|
transform: translateY(13em)
|
|
}
|
|
p,a,h3{
|
|
text-align:center;
|
|
color:#fff;
|
|
}
|
|
nav,error-page,div{
|
|
justify-content: center;
|
|
background: #111
|
|
}
|
|
</style> |