Added basic ui stuff

This commit is contained in:
soeren.oesterwind
2022-02-25 22:24:45 +01:00
parent 3f06bfefb1
commit e36dbb2a52
13 changed files with 586 additions and 4 deletions

View File

@@ -103,4 +103,4 @@ html, body {
.blink {
animation:fade 1000ms infinite;
-webkit-animation:fade 1000ms infinite;
}
}