diff --git a/site/apps/info.html b/site/apps/info.html
index c559208..19f3b7b 100644
--- a/site/apps/info.html
+++ b/site/apps/info.html
@@ -45,6 +45,7 @@
i-eat.rocks
Rock-OS v0.1.3
+
Created by PossiblyAxolotl
Share the website:
diff --git a/site/apps/spin.html b/site/apps/spin.html
new file mode 100644
index 0000000..acc9df7
--- /dev/null
+++ b/site/apps/spin.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
ROCKSPIN
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/site/audio/rockspin.ogg b/site/audio/rockspin.ogg
new file mode 100644
index 0000000..21f99a9
Binary files /dev/null and b/site/audio/rockspin.ogg differ
diff --git a/site/drag.js b/site/drag.js
index 6b1ee1b..965aa95 100644
--- a/site/drag.js
+++ b/site/drag.js
@@ -12,7 +12,7 @@ function clampPos() {
const lPad = -selected.offsetWidth / 2;
const rPad = window.innerWidth - selected.offsetWidth / 2;
const tPad = 0;
- const bPad = document.body.offsetHeight - 72;
+ const bPad = document.body.offsetHeight -72+32;
if (sPosX < lPad) {selected.style.left = lPad + "px"};
if (sPosX > rPad) {selected.style.left = rPad + "px"};
diff --git a/site/index.html b/site/index.html
index 7d1805d..1961f84 100644
--- a/site/index.html
+++ b/site/index.html
@@ -29,6 +29,9 @@
famous rocks
+
+
rockspin
+
terminal
@@ -48,7 +51,9 @@
-