oops
This commit is contained in:
parent
8a3a80eefd
commit
cdc0dfc836
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -226,7 +226,7 @@ function pageUpdate() {
|
||||||
|
|
||||||
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
|
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
|
||||||
|
|
||||||
console.log(fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory'))
|
fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory').then(((data) => console.log(data.text())))
|
||||||
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
|
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue