mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 08:47:53 +01:00
fix formatting
This commit is contained in:
parent
dc6295306d
commit
b27f39a726
1 changed files with 79 additions and 78 deletions
157
html/error.ejs
157
html/error.ejs
|
@ -1,12 +1,84 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>PokeTube</title>
|
<title>Poke - <%=error%> !!!</title>
|
||||||
<meta content="#111111" name="theme-color">
|
<meta content="#111111" name="theme-color" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" />
|
||||||
<meta name="darkreader-lock">
|
<meta name="darkreader-lock" />
|
||||||
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
|
<link href="/css/yt-ukraine.svg?v=3" rel="icon" />
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: auto;
|
||||||
|
background: #111111;
|
||||||
|
color: white;
|
||||||
|
font-family: arial;
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
body::before {
|
||||||
|
background: linear-gradient(0deg, rgba(115, 32, 67, 1), rgba(17, 17, 17, 1));
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
content: "";
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: -1;
|
||||||
|
pointer-events: none;
|
||||||
|
transition: 1s height;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 42px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p#abstract {
|
||||||
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 500px;
|
||||||
|
margin: 0px;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: 0.005;
|
||||||
|
pointer-events: none;
|
||||||
|
transition: 1s transform;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 790px) {
|
||||||
|
p#abstract {
|
||||||
|
transform: translate(-50%, -50%) rotate(90deg) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.error {
|
||||||
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
text-align: center;
|
||||||
|
cursor: default;
|
||||||
|
max-width: 600px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.error-footer {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 24px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.error-footer a {
|
||||||
|
color: #ac8fa5;
|
||||||
|
text-decoration: none;
|
||||||
|
margin: 0px 12px;
|
||||||
|
}
|
||||||
|
.error-footer a:hover {
|
||||||
|
color: #d69cc8;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p id="abstract"><%=error%></p>
|
<p id="abstract"><%=error%></p>
|
||||||
|
@ -15,80 +87,9 @@
|
||||||
<p><%=description%></p>
|
<p><%=description%></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="error-footer">
|
<div class="error-footer">
|
||||||
<a href="https://poketube.fun/game-hub">Games</a>
|
<a href="/game-hub">Games</a>
|
||||||
<a href="https://codeberg.org/ashley/poke/">Source Code</a>
|
<a href="https://codeberg.org/ashley/poke/">Source Code</a>
|
||||||
<a href="https://status.poketube.fun/">Status</a>
|
<a href="https://status.poketube.fun/">Status</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
margin: auto;
|
|
||||||
background: #111111;
|
|
||||||
color: white;
|
|
||||||
font-family: arial;
|
|
||||||
max-width: 600px;
|
|
||||||
}
|
|
||||||
body::before {
|
|
||||||
background: linear-gradient(0deg, rgba(115, 32, 67, 1.0), rgba(17, 17, 17, 1.0));
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
content: "";
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0px;
|
|
||||||
left: 0px;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
z-index: -1;
|
|
||||||
pointer-events: none;
|
|
||||||
transition: 1s height;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 42px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p#abstract {
|
|
||||||
position: fixed;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
font-size: 500px;
|
|
||||||
margin: 0px;
|
|
||||||
font-weight: bold;
|
|
||||||
opacity: 0.005;
|
|
||||||
pointer-events: none;
|
|
||||||
transition: 1s transform;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 790px) {
|
|
||||||
p#abstract {transform: translate(-50%, -50%) rotate(90deg) !important}
|
|
||||||
}
|
|
||||||
|
|
||||||
.error {
|
|
||||||
position: fixed;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
text-align: center;
|
|
||||||
cursor: default;
|
|
||||||
max-width: 600px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-footer {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 24px;
|
|
||||||
width: 100%;
|
|
||||||
max-width: 600px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.error-footer a {
|
|
||||||
color: #AC8FA5;
|
|
||||||
text-decoration: none;
|
|
||||||
margin: 0px 12px;
|
|
||||||
}
|
|
||||||
.error-footer a:hover {
|
|
||||||
color: #d69cc8;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in a new issue