diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | index.html | 0 | ||||
-rw-r--r-- | script.js | 0 | ||||
-rw-r--r-- | styles.css | 0 |
4 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/index.html diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/script.js diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/styles.css |