Initial V1 Backup

This commit is contained in:
Javier
2026-01-22 00:36:01 -06:00
commit 4c5a588197
27 changed files with 7509 additions and 0 deletions

5
static/sw.js Normal file
View File

@@ -0,0 +1,5 @@
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register("{{ url_for('static', filename='sw.js') }}");
}
</script>