diff --git a/index.html b/index.html new file mode 100644 index 0000000..3f7f349 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + Template + + + + + + + + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..8a80531 --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +html { + box-sizing: border-box; +} +body { + margin: 0; + min-height: 100vh; +}