get creation of links working

This commit is contained in:
2024-10-02 18:01:54 -04:00
parent d98f589031
commit 2b63dc62fc
15 changed files with 659 additions and 123 deletions

5
static/app.css Normal file
View File

@@ -0,0 +1,5 @@
html {
visibility: visible;
opacity: 1;
font-family: 'Victor Mono', monospace;
}