diff options
Diffstat (limited to 'src/js/arching-kaos-spa-router.js')
-rw-r--r-- | src/js/arching-kaos-spa-router.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/arching-kaos-spa-router.js b/src/js/arching-kaos-spa-router.js index c1cf13a..aa8ab31 100644 --- a/src/js/arching-kaos-spa-router.js +++ b/src/js/arching-kaos-spa-router.js @@ -1,3 +1,10 @@ +/* Arching Kaos Single Page Application Router + * + * Kaotisk Hund - 2024 + * + * @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 + * + */ /* * A new feature for a new future: * @@ -43,3 +50,4 @@ function locationHashOnChange(){ document.querySelector('#not-found-section').hidden=false; } } +// @license-end |