deploy: 0d6c301043fd805429ffea0866ad3befd8d2eb13

This commit is contained in:
SukkaBot
2022-04-22 00:25:06 +00:00
parent ccd7082cae
commit b0fb0373ed
4 changed files with 102 additions and 77 deletions

View File

@@ -20,6 +20,8 @@ const rootPath = path.resolve(__dirname, '../');
* @returns {string}
*/
function template(urlList) {
const date = new Date();
return `
<!DOCTYPE html>
<html lang="en">
@@ -47,6 +49,7 @@ function template(urlList) {
<main class="container">
<h1>Sukka Surge Ruleset Server</h1>
<p>Made by <a href="https://skk.moe">Sukka</a> | <a href="https://github.com/SukkaW/Surge/">Source @ GitHub</a> | Licensed under <a href="https://github.com/SukkaW/Surge/blob/master/LICENSE" target="_blank">AGPL-3.0</a></p>
<p>Last Updated: ${date.toISOString()}</p>
<hr>
<br>
<ul>