Updated main page

This commit is contained in:
Patrick Alvin Alcala 2026-03-03 16:39:21 +08:00
parent f67721abff
commit ab3351679a
2 changed files with 208 additions and 102 deletions

View file

@ -113,3 +113,13 @@ h1
&__error
color: #c85656
.loading-spinner
display: inline-block
animation: rotate 2s linear infinite
@keyframes rotate
from
transform: rotate(0deg)
to
transform: rotate(360deg)