website/content/index-about.md

9 lines
783 B
Markdown
Raw Normal View History

2023-07-08 15:16:04 +00:00
 
{{< rawhtml >}}
<div class="quote" style="text-align:center"></div>
<script>
var quotes = ["I'm not young enough to know everything.", "Never surrender to fascist zebras to cosplaying as unicorns!", "I want to see the universe in debug mode.", "The kid was deliberately and maliciously watching television at him.", "How anNOYing is it thAT your faVORite mechaNIcal poeTry on whEELS cant even RUN THE SAME GAUGE as the counTRY nextdoor?!", "We're trying to figure out how to report capital gains from time traveling on our tax returns.", "The universe tends toward maximum irony. Dont push it.", "I bet I just made you refresh the page 8 times."]
document.querySelector(".quote").innerHTML = quotes[Math.floor(Math.random() * quotes.length)];
</script>
{{< /rawhtml >}}