try again

This commit is contained in:
bingus_violet 2024-01-12 20:56:20 +00:00
parent 78eb9363d6
commit 9bc28a2b52

View file

@ -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
fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory')
fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory/commits/branch/origin')
.then(((data) => data.text()))
.then((text) => {
console.log(text)