Add index.html and README

This commit is contained in:
Tobias Ludwig Maier 2023-12-27 02:25:30 +01:00
parent b5fae776fa
commit 18221828a9
3 changed files with 334 additions and 0 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2