events : implement new view buttons
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
2cb641e4a8
commit
585437dcf1
11 changed files with 237 additions and 158 deletions
|
|
@ -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() ?>">
|
||||
Loading…
Add table
Add a link
Reference in a new issue