feat: Update hippie-script

- Update to new version
- Move brand from hippie to HIPPIE
- Add hippie-script to all remaining templates
This commit is contained in:
sthag 2025-11-03 19:37:19 +01:00
parent a3eb2250ab
commit b7b1d15456
7 changed files with 7 additions and 7 deletions

View file

@ -55,7 +55,7 @@ tags:
<script src="{{ pageBase }}js/app.js"></script>
<script src="{{ pageBase }}js/windows.js"></script>
<script>
console.log(HIPPIE.hippie.brand);
console.log(HIPPIE.brand);
// Get the space element
const space = document.getElementById('screen-space');
const start = document.querySelector('[data-action=start]');