This commit is contained in:
Fijxu 2023-08-22 17:49:35 -04:00
parent 883b51079b
commit e65ad8615b
3 changed files with 16 additions and 9 deletions

View file

@ -15,11 +15,19 @@
<h1 style="margin-bottom:0;">ANNOUNCEMENTS !!!</h1> <h1 style="margin-bottom:0;">ANNOUNCEMENTS !!!</h1>
<p>Here you will see all the announcements of my services, downtimes, some updates and things like that.</p> <p>Here you will see all the announcements of my services, downtimes, some updates and things like that.</p>
<ul> <ul>
<li>
<a style="color:rgb(133, 224, 103)"> 2023-08-22 @ ~21:35 UTC+0 <b>Wind + Rain...</b></a>
<p>If services are FOR SOME REASON are DOWN without any advice, it could be because <b>Power Outage</b> or <b>Internet Problems</b> thanks to the high speed Wind and upcoming rain in some hours where I live.</p>
<img class="center" src="../assets/wind.gif"> <a class="center"><i>Wind in Santiago de Chile...</i></a>
<p>Join the <a href="https://t.me/zzlsann">telegram announcements channel</a> if you want more frequent updates, etc, etc.</p>
</li>
<li> <li>
<a style="color:rgb(205, 92, 92)"> 2023-06-05 @ ~20:05 UTC+0 (Posted at 01:20 UTC+0) <b>Power Outage</b></a> <a style="color:rgb(205, 92, 92)"> 2023-06-05 @ ~20:05 UTC+0 (Posted at 01:20 UTC+0) <b>Power Outage</b></a>
<p>Well, nothing to say, i wasn't able to change this page since i didn't charge any of my devices so <p>Well, nothing to say, i wasn't able to change this page since i didn't charge any of my devices so
i needed to wait until the power restores. Sorry :p. Where i live things like this never happen, but i guess is the price of living in a third country world.</p> i needed to wait until the power restores. Sorry :p. Where i live things like this never happen, but i
<p>Anyways, if you don't like instability feel free to use other instances other than mine, or even make your own instance, is not that hard even guess is the price of living in a third country world.</p>
<p>Anyways, if you don't like instability feel free to use other instances other than mine, or even make
your own instance, is not that hard even
if you use docker</p> if you use docker</p>
</li> </li>
<li> <li>
@ -79,4 +87,3 @@
</body> </body>
</html> </html>

BIN
assets/wind.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

View file

@ -98,7 +98,7 @@ code {
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 30%; width: 50%;
height: auto; height: auto;
} }