|
1234567891011 |
- // document.addEventListener('DOMContentLoaded', e => {
- // htmx.logAll();
- // let as = document.querySelectorAll('a');
- // as.forEach(a => {
- // a.addEventListener('click', ee => {
- // ee.preventDefault();
- // })
- // })
- // })
-
- // htmx.logAll();
|