feat: add routing, 404 page
This commit is contained in:
parent
c8c799572f
commit
9e81339648
2 changed files with 392 additions and 184 deletions
2
elm.json
2
elm.json
|
@ -10,6 +10,7 @@
|
|||
"elm/http": "2.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm/time": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"ianmackenzie/elm-3d-camera": "3.1.0",
|
||||
"ianmackenzie/elm-3d-scene": "1.0.2",
|
||||
"ianmackenzie/elm-geometry": "3.11.0",
|
||||
|
@ -24,7 +25,6 @@
|
|||
"elm/bytes": "1.0.8",
|
||||
"elm/file": "1.0.5",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.3",
|
||||
"ianmackenzie/elm-1d-parameter": "1.0.1",
|
||||
"ianmackenzie/elm-float-extra": "1.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue