make simple test landing pages

- add HomeController
- add index.html
- add layout.html
- add management.js
- add management.css
- add css js and html to .editorconfig
This commit is contained in:
2025-01-14 18:39:26 +01:00
parent 182508e919
commit 091f172521
6 changed files with 41 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ insert_final_newline = true
max_line_length = 120
tab_width = 4
[*.{md,sh,xml,xsd,yaml,yml}]
[*.{css,html,js,md,sh,xml,xsd,yaml,yml}]
max_line_length = 1024
indent_size = 2
tab_width = 2