diff --git a/public/redir/vsd b/public/redir/vsd new file mode 100644 index 0000000..dc92e7b --- /dev/null +++ b/public/redir/vsd @@ -0,0 +1,20 @@ + + +/blankX/redir/vsd +/blankx/redir/vsd.txt: Redirect to https://gitlab.com/blankx/vsd + + + + +
+

/blankx/redir/vsd

+

OwO redirect

+
+
+ +
+
+

Redirecting to https://gitlab.com/blankx/vsd in 5 seconds.

+ + + diff --git a/public/toc.html b/public/toc.html index eaa78f7..db5eb1d 100644 --- a/public/toc.html +++ b/public/toc.html @@ -4,6 +4,6 @@ -

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,keybase-public},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

+

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css} || echo Thanks to amolith for creating Dr. Smith.

diff --git a/public/toc.js b/public/toc.js index d9df631..caa65c4 100644 --- a/public/toc.js +++ b/public/toc.js @@ -1,8 +1,8 @@ let cururl = window.location.href; if (cururl.indexOf('redir') >= 0) { - let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,keybase-public},keybase.txt,jack.png,toc.js,index.css}

"; + let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

"; document.getElementById("tocid").innerHTML = toccon; } else { - let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,keybase-public},keybase.txt,jack.png,toc.js,index.css}

"; + let toccon = "

sensible-browser /blankx/{{index,contact,get-keys,template,404,403,toc}.html,redir/{blankx,dotfiles,gpgp,controller,command-runner,vsd,keybase-public},keybase.txt,jack.png,toc.js,index.css}

"; document.getElementById("tocid").innerHTML = toccon; }