forked from MapComplete/MapComplete
UX: somewhat decent landing page for app.mapcomplete.org
This commit is contained in:
parent
c167094b65
commit
7ebccfafd0
5 changed files with 39 additions and 15 deletions
5
app/app_index.ts
Normal file
5
app/app_index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import AppIndex from "./AppIndex.svelte"
|
||||
|
||||
const target = document.getElementById("main")
|
||||
target.innerHTML = ""
|
||||
new AppIndex({ target })
|
Loading…
Add table
Add a link
Reference in a new issue