Housekeeping

- Moving to HTMX integration
- Improving links for local use
- File structure
- Hiding clutter
This commit is contained in:
MrTeferi
2022-11-21 16:17:13 -06:00
parent 70c8990024
commit 432bdc998b
34 changed files with 202 additions and 457 deletions

12
core/site.webmanifest Normal file
View File

@@ -0,0 +1,12 @@
{
"name":"Card Conjurer",
"short_name":"CC",
"icons":[
{"src":"/core/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
{"src":"/core/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}
],
"theme_color":"#080808",
"background_color":"#080808",
"display":"standalone",
"start_url":"/creator/index.html"
}