From 2a3ccb5fcc1af80c5cb374fa0246cd64ac1f7f7f Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 1 Mar 2021 22:00:37 -0500 Subject: [PATCH] added vps link --- populate.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/populate.js b/populate.js index 8045a4d..b4fe812 100644 --- a/populate.js +++ b/populate.js @@ -308,6 +308,23 @@ module.exports.updateHTML = (username, opts) => { console.log("Wrote gamer.html"); } ); + + await fs.writeFile( + `${outDir}/vps.html`, + ` + + + + + +

Please follow this link.

+ +`, + function(error) { + if (error) throw error; + console.log("Wrote vps.html"); + } + ); await fs.writeFile( `${outDir}/keybase.txt`,