This commit is contained in:
mtgmonkey 2025-04-24 22:32:10 -04:00
commit f4e4e2eae1
30 changed files with 11452 additions and 0 deletions

1
assets/js/init.js Normal file
View file

@ -0,0 +1 @@
app=Elm.Main.init({flags:localStorage.getItem('cookies')?JSON.parse(localStorage.getItem('cookies')):''});app.ports.setStorage.subscribe(function(c){localStorage.setItem('cookies',JSON.stringify(c))});