events : implement new view buttons
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-06-24 15:24:10 +02:00
parent 2cb641e4a8
commit 585437dcf1
11 changed files with 237 additions and 158 deletions

View file

@ -8,6 +8,8 @@
<link rel="stylesheet" href="<?= url('assets/css/style.css') ?>">
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/MorphSVGPlugin.min.js"></script>
<script src="<?= url('assets/js/script.js') ?>" type="module"></script>
</head>
<body data-template="<?= $page->intendedTemplate() ?>">