Initial Commit

This commit is contained in:
2023-09-18 19:57:18 -04:00
commit 1a1fb31a3c
52 changed files with 6882 additions and 0 deletions

3
templates/graphs.html Normal file
View File

@@ -0,0 +1,3 @@
{{template "base.html" .}} {{define "title"}}Graphs{{end}} {{define "content"}}
<h1>Graphs</h1>
{{end}}