nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

index.html (216B)


      1 <!doctype html>
      2 <html>
      3     <head>
      4         <title>Redirector</title>
      5         <meta http-equiv="refresh" content="0;url=../">
      6     </head>
      7     <body>
      8         <a href="../">Click here to redirect</a>
      9     </body>
     10 </html>