Aviso de Cookies
++ Este documento está en construcción. El equipo de SkillStat publicará + el contenido completo antes del lanzamiento. +
+ Volver +diff --git a/.editorconfig b/.editorconfig index 8d1c8b6..bfde238 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1 +1,15 @@ - +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.py] +indent_style = space +indent_size = 4 + +[*.{js,html,css}] +indent_style = space +indent_size = 2 diff --git a/README.md b/README.md index 73b4856..5910cfb 100644 Binary files a/README.md and b/README.md differ diff --git a/frontend/views/cookies.html b/frontend/views/cookies.html new file mode 100644 index 0000000..5440f52 --- /dev/null +++ b/frontend/views/cookies.html @@ -0,0 +1,37 @@ + + +
+ + ++ Este documento está en construcción. El equipo de SkillStat publicará + el contenido completo antes del lanzamiento. +
+ Volver +