From 548d3eaa4a1fbc500983d44ade7160b91502b52a Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 15 Jul 2023 00:30:11 +0300 Subject: [PATCH] draft control panel --- .editorconfig | 8 ++++++++ .gitignore | 2 ++ public/index.html | 33 +++++++++++++++++++++++++++++++++ public/styles.css | 1 + 4 files changed, 44 insertions(+) create mode 100644 public/index.html create mode 100644 public/styles.css 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');