UX: somewhat decent landing page for app.mapcomplete.org

This commit is contained in:
Pieter Vander Vennet 2025-01-22 02:22:53 +01:00
parent c167094b65
commit 7ebccfafd0
5 changed files with 39 additions and 15 deletions

5
app/app_index.ts Normal file
View file

@ -0,0 +1,5 @@
import AppIndex from "./AppIndex.svelte"
const target = document.getElementById("main")
target.innerHTML = ""
new AppIndex({ target })