diff --git a/index.html b/index.html index cda8b43..a46f364 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,6 @@ -

Rhodium


+

Radium - Simple


- \ No newline at end of file + diff --git a/index.js b/index.js index e7da1d5..c10f81a 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ var req=require, server=req("http").Server(), - proxy=new(req("./"))({encode: 'plain',title:"Rhodium",server:server, wss: true, corrosion: [false, {}], favicon: 'https://discord.com/'});proxy.init();server.on("request",(e,r)=>(e.url.startsWith(proxy.prefix)?proxy.request(e,r):r.end(req("fs").readFileSync("./index.html")))).listen(process.env.PORT||8080); \ No newline at end of file + proxy=new(req("./"))({encode: 'plain',title:"Radium",server:server, wss: true, corrosion: [false, {}], favicon: 'https://discord.com/'});proxy.init();server.on("request",(e,r)=>(e.url.startsWith(proxy.prefix)?proxy.request(e,r):r.end(req("fs").readFileSync("./index.html")))).listen(process.env.PORT||8080);