feat: initial commit

This commit is contained in:
Iain Learmonth 2026-01-08 16:19:27 +00:00
commit 98355eceb5
18 changed files with 5416 additions and 0 deletions

19
app/app.css Normal file
View file

@ -0,0 +1,19 @@
html,
body {
margin: 0;
padding: 0;
}
.logo {
margin: 0;
padding: 5px;
color: white;
display: flex;
align-items: center;
font-size: large;
cursor: pointer;
img {
width: 48px;
padding: 5px 10px 5px 5px;
}
}