initial commit

This commit is contained in:
2023-03-21 17:17:02 +01:00
commit c4f45a2d6d
8 changed files with 202 additions and 0 deletions

BIN
static/nocloud.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

21
static/style.css Normal file
View File

@ -0,0 +1,21 @@
body {
margin: 3em;
}
table {
border: 1px solid black;
margin-left: auto;
margin-right: auto;
width: 90%;
}
td {
border: 1px solid black;
}
img#nocloud {
width: 736px;
}
img#vibing {
width: 74px;
}

BIN
static/vibing.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB