mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
added vps link
This commit is contained in:
parent
a3368e34de
commit
2a3ccb5fcc
1 changed files with 17 additions and 0 deletions
17
populate.js
17
populate.js
|
@ -308,6 +308,23 @@ module.exports.updateHTML = (username, opts) => {
|
|||
console.log("Wrote gamer.html");
|
||||
}
|
||||
);
|
||||
|
||||
await fs.writeFile(
|
||||
`${outDir}/vps.html`,
|
||||
`<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="7; url='http://207.244.250.120/'" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Please follow <a href="http://207.244.250.120/">this link</a>.</p>
|
||||
</body>
|
||||
</html>`,
|
||||
function(error) {
|
||||
if (error) throw error;
|
||||
console.log("Wrote vps.html");
|
||||
}
|
||||
);
|
||||
|
||||
await fs.writeFile(
|
||||
`${outDir}/keybase.txt`,
|
||||
|
|
Loading…
Reference in a new issue