diff --git a/tools/tow/BigTowerTinySquare.html b/tools/tow/BigTowerTinySquare.html
new file mode 100644
index 0000000..6c3f4ae
--- /dev/null
+++ b/tools/tow/BigTowerTinySquare.html
@@ -0,0 +1,21 @@
+
+
+
+
+ Tow
+
+
+
+
+
+ Back To Home Page
+
+
+
+
+
+
+
diff --git a/tools/tow/TinySquare.png b/tools/tow/TinySquare.png
new file mode 100644
index 0000000..0752676
Binary files /dev/null and b/tools/tow/TinySquare.png differ
diff --git a/tools/tow/load.js b/tools/tow/load.js
new file mode 100644
index 0000000..958ad49
--- /dev/null
+++ b/tools/tow/load.js
@@ -0,0 +1,14 @@
+loadTitle();
+function loadTitle(){
+ if (localStorage.Titlesave) {
+ document.title = localStorage.Titlesave;
+ }
+}
+loadIcon();
+function loadIcon(){
+ if (localStorage.Iconsave) {
+ function changeFavicon(src) { var link = document.createElement('link'), oldLink = document.getElementById('dynamic-favicon'); link.id = 'dynamic-favicon'; link.rel = 'shortcut icon'; link.href = src; if (oldLink) { document.head.removeChild(oldLink);
+} document.head.appendChild(link);}
+changeFavicon(localStorage.Iconsave);
+ }
+}
\ No newline at end of file
diff --git a/tools/tow/zTinySquare.html b/tools/tow/zTinySquare.html
new file mode 100644
index 0000000..22b26b8
--- /dev/null
+++ b/tools/tow/zTinySquare.html
@@ -0,0 +1,911 @@
+
+
+
+
+ BigTower1.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file