added rendering of index

This commit is contained in:
Hazel Noack 2025-07-03 14:30:49 +02:00
parent 3010118695
commit f32461649b

View File

@ -19,12 +19,9 @@
<script> <script>
const phrases = [ const phrases = [
"GirlJuice.Inject()", {{range $Phrase := .HeaderPhrases }}
"Child.CrowdKill()", "{{ $Phrase }}",
"CopCar.Burn()", {{- end }}
"You.Cute = true",
"You.Gay = true",
"Nazi.Punch()",
] ]
Array.from(document.querySelectorAll(".phrases")).forEach(element => { Array.from(document.querySelectorAll(".phrases")).forEach(element => {