init commit

This commit is contained in:
Nicholas Orlowsky 2024-05-15 22:12:14 +02:00
commit edc0dd01e8
Signed by: nickorlow
GPG key ID: 838827D8C4611687
20 changed files with 2920 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

BIN
assets/flag-images/us.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

40
assets/style.css Normal file
View file

@ -0,0 +1,40 @@
* {
font-family: serif;
}
th {
text-align: left;
}
td {
text-align: left;
}
table, th, td {
border: 1px solid black;
}
body {
background-color: #d2e0ec;
margin: 20px auto;
max-width: 750px;
}
a {
text-decoration: none;
color: #114488;
}
img {
max-width: 100%;
}
.flag-img {
height: 30px;
}
p.lineitem::after {
content: " ";
flex: 1;
border-bottom: 1px dotted #000;
}