From 96b6beaa932bd04f5f8945663de8ae0916b79999 Mon Sep 17 00:00:00 2001 From: ByteDice Date: Thu, 16 Jan 2025 17:44:26 +0100 Subject: [PATCH] added ssi files (not ssi support yet, though) --- index.html | 2 +- ssi/head.html | 9 +++++++++ ssi/scripts.html | 9 +++++++++ style.css | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 ssi/head.html create mode 100644 ssi/scripts.html diff --git a/index.html b/index.html index c672c00..35d5caf 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - Byte Dice @@ -12,6 +11,7 @@ + Byte Dice diff --git a/ssi/head.html b/ssi/head.html new file mode 100644 index 0000000..e47ef33 --- /dev/null +++ b/ssi/head.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/ssi/scripts.html b/ssi/scripts.html new file mode 100644 index 0000000..5813354 --- /dev/null +++ b/ssi/scripts.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 20ee344..dc6839b 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ body { } #mainDiv { overflow: hidden; - width: 100wv; + width: 100vw; height: 100vh; } .bgGradient {