the title has become bigger, folder location changed

This commit is contained in:
Данил 2022-10-23 15:28:44 +03:00
parent 30b820abee
commit e1890ec946

View file

@ -7,24 +7,27 @@
<style> <style>
lottie-player { lottie-player {
margin: 2% auto; margin: 2% auto;
width: 250px;
height: 250px;
} }
p { p {
font-family: sans-serif; font-family: sans-serif;
text-align: center; text-align: center;
font-size: 130%; font-size: 130%;
} }
li { li {
font-family: sans-serif; font-family: sans-serif;
margin-top: 3%; margin-top: 3%;
margin-left: 43% margin-left: 43%
} }
</style> </style>
</head> </head>
<body style="background: #131313; color: white;"> <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> <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;">No internet connection</p> <p style="margin: 3% auto; font-size: 1.7em;">No internet connection</p>
<p style="margin: -2% auto">Try to do the following:</p> <p style="margin: -2% auto; font-size: 1.2em;">Try to do the following:</p>
<li>Check the network cables, modem and router.</li> <li>Check the network cables, modem and router.</li>
<li style="margin-top: 1%; margin-left: 43%">Connect to the Wi-Fi network again.</li> <li style="margin-top: 1%; margin-left: 43%">Connect to the Wi-Fi network again.</li>
<script src="static/scripts/lottie-player.js"></script> <script src="static/scripts/lottie-player.js"></script>