Initial commit

This commit is contained in:
Amanda Graven 2025-02-10 09:34:10 +01:00
commit 560f88949f
10 changed files with 5623 additions and 0 deletions

24
Dioxus.toml Normal file
View file

@ -0,0 +1,24 @@
[application]
# App (Project) Name
name = "why5"
[web.app]
# HTML title tag content
title = "why5"
# include `assets` in web platform
[web.resource]
# Additional CSS style files
style = []
# Additional JavaScript files
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []