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>
const phrases = [
"GirlJuice.Inject()",
"Child.CrowdKill()",
"CopCar.Burn()",
"You.Cute = true",
"You.Gay = true",
"Nazi.Punch()",
{{range $Phrase := .HeaderPhrases }}
"{{ $Phrase }}",
{{- end }}
]
Array.from(document.querySelectorAll(".phrases")).forEach(element => {