diff --git a/.editorconfig b/.editorconfig index 1faaf7d..573edef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,11 @@ indent_size = 4 [*.md] trim_trailing_whitespace = false + +[*.js] +indent_style = space +indent_size = 2 + +[{*.html,*.css,*.json}] +indent_style = tab +indent_size = 4 diff --git a/.gitignore b/.gitignore index 98e6ef6..1281f56 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.db + +public/bootstrap* diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..fe89055 --- /dev/null +++ b/public/index.html @@ -0,0 +1,33 @@ + + + + + + Ну это пиздец + + + + +
+
+ +
+ +
+
+ + +
+ + diff --git a/public/styles.css b/public/styles.css new file mode 100644 index 0000000..977fb7e --- /dev/null +++ b/public/styles.css @@ -0,0 +1 @@ +@import url('bootstrap.min.css');