commit d514bd2a7207bd75260809d02c6ddca3d4ccf453 Author: DebaucheryLibrarian Date: Mon Feb 17 01:05:03 2025 +0000 Initial commit. Basic functional page. diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..0471b7c Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/base32.min.js b/base32.min.js new file mode 100755 index 0000000..ff406aa --- /dev/null +++ b/base32.min.js @@ -0,0 +1 @@ +!function(){function t(){var t=0,e=0;this.output="",this.readByte=function(r){return"string"==typeof r&&(r=r.charCodeAt(0)),0>t?e|=r>>-t:e=r<3?(t-=8,1):(4>t&&(this.output+=i[e>>3],t+=5),0)},this.finish=function(r){var n=this.output+(0>t?i[e>>3]:"")+(r?"$":"");return this.output="",n}}function e(){var t=0,e=0;this.output="",this.readChar=function(r){"string"!=typeof r&&"number"==typeof r&&(r=String.fromCharCode(r)),r=r.toLowerCase();var n=s()[r];"undefined"!=typeof n&&(n<<=3,e|=n>>>t,t+=5,t>=8&&(this.output+=String.fromCharCode(e),t-=8,e=t>0?n<<5-t&255:0))},this.finish=function(e){var r=this.output+(0>t?i[bits>>3]:"")+(e?"$":"");return this.output="",r}}function r(e){var r=new t,n=r.update(e,!0);return n}function n(t){var r=new e,n=r.update(t,!0);return n}function u(t,e){"undefined"==typeof f&&(f=require("crypto"));var n=f.createHash("sha1");if(n.digest=function(t){return function(){return r(t.call(this,"binary"))}}(n.digest),e){if("string"==typeof t||Buffer.isBuffer(t))try{return e(null,u(t))}catch(i){return e(i,null)}return t.on("data",function(t){n.update(t)}),void t.on("end",function(){e(null,n.digest())})}return t?n.update(t).digest():n}var i="0123456789abcdefghjkmnpqrtuvwxyz",o={o:0,i:1,l:1,s:5},s=function(){for(var t={},e=0;e + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f1815f5 --- /dev/null +++ b/index.html @@ -0,0 +1,269 @@ + + + + Based + + + + + + + + + + + + + + + + + +
+

Based

+
+ + + +
+

Encode

+ +
+ + + + + + +
+
+ +
+

Decode

+ +
+ + + + + + +
+
+ + + + diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..2b8f3b8 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Based", + "short_name": "Based", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/web-app-manifest-192x192.png b/web-app-manifest-192x192.png new file mode 100644 index 0000000..ab9846c Binary files /dev/null and b/web-app-manifest-192x192.png differ diff --git a/web-app-manifest-512x512.png b/web-app-manifest-512x512.png new file mode 100644 index 0000000..deeab9d Binary files /dev/null and b/web-app-manifest-512x512.png differ