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 cfae56a..a6692c4 100644
--- a/build-page
+++ b/build-page
@@ -20,7 +20,7 @@ cat << EOF
</tr>
</table>
<script>
- let quotes = ["Uncensored", "Oh mamma mia!", "Memento Mori!"];
+ let quotes = ["Uncensored", "Oh mamma mia!", "Memento Mori!", "Oh là là!", "C'est légal parce que je le veux"];
let randomQuote = quotes[Math.floor(Math.random() * quotes.length)];
document.getElementById("quote").innerText = randomQuote;
</script>