summaryrefslogtreecommitdiff
path: root/build-page
diff options
context:
space:
mode:
Diffstat (limited to 'build-page')
-rw-r--r--build-page2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-page b/build-page
index af8712e..4600992 100644
--- a/build-page
+++ b/build-page
@@ -21,7 +21,7 @@ cat << EOF
</tr>
</table>
<script>
- let quotes = ["Uncensored", "Oh mamma mia!", "Memento Mori!", "Oh là là!", "C'est légal parce que je le veux"];
+ let quotes = ["Uncensored", "Oh mamma mia!", "Memento Mori!", "Oh là là!", "C'est légal parce que je le veux", "Sweet Dreams Are Made of This"];
let randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
document.getElementById("quote").innerText = randomQuote;
</script>