mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
new timeout page
This commit is contained in:
parent
c3b3a15a13
commit
d69a64e01e
1 changed files with 18 additions and 2 deletions
|
@ -5,14 +5,30 @@
|
||||||
* {
|
* {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
background: #111;
|
||||||
|
}
|
||||||
|
div {
|
||||||
|
margin: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
align-self: center;
|
||||||
|
background: #333;
|
||||||
|
color: #fff;
|
||||||
|
padding: 1em;
|
||||||
|
border-radius: 31px;
|
||||||
|
min-height: 34em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<meta http-equiv="refresh" content="50">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
Hey There!
|
Hey There qt!
|
||||||
</h1>
|
</h1>
|
||||||
<p>
|
<p>
|
||||||
poketube just got started, please wait a few mins (~5) so poketube can launch and be fast :3
|
poketube just got started, please wait a few seconds so poketube can launch and be fast :3
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue