From b8f8b0393e2dfd5cc0ea248505df538af2e426a9 Mon Sep 17 00:00:00 2001 From: sayudhalw Date: Mon, 11 Dec 2023 17:48:21 +0700 Subject: [PATCH] inital commit --- index.html | 15 +++++++++++++++ script.js | 0 style.css | 7 +++++++ 3 files changed, 22 insertions(+) create mode 100644 index.html create mode 100644 script.js create mode 100644 style.css 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; +}