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 {