mirror of
https://github.com/Starlio-app/StarlioX
synced 2025-03-03 00:31:25 +03:00
add errors
This commit is contained in:
parent
fdb1448587
commit
bd333838b1
11 changed files with 82 additions and 0 deletions
33
web/src/errors/504.html
Normal file
33
web/src/errors/504.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EveryNasa</title>
|
||||
<link rel="icon" href="/static/image/icons/favicon.png">
|
||||
<style>
|
||||
lottie-player {
|
||||
margin: 2% auto;
|
||||
}
|
||||
p {
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
font-size: 130%;
|
||||
}
|
||||
li {
|
||||
font-family: sans-serif;
|
||||
margin-top: 3%;
|
||||
margin-left: 43%
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body style="background: #131313; color: white;">
|
||||
<lottie-player src="/static/image/lottie/lf20_3FGZxC.json" background="transparent" speed="0.5" style="width: 250px; height: 250px;" loop autoplay></lottie-player>
|
||||
|
||||
<p style="margin: 3% auto;">Нет подключения к Интернету</p>
|
||||
<p style="margin: -2% auto">Попробуйте сделать следующее:</p>
|
||||
<li>Проверьте сетевые кабели, модем и маршрутизатор.</li>
|
||||
<li style="margin-top: 1%; margin-left: 43%">Подключитесь к сети Wi-Fi ещё раз.</li>
|
||||
<script src="static/scripts/lottie-player.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue