diff options
| author | LLLL Colonq <llll@colonq> | 2026-05-26 03:55:41 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-05-26 03:55:41 -0400 |
| commit | 188643eccb13452f0e77ccea2a6e1baf6d5320b3 (patch) | |
| tree | 468ce87ba5a8357f7293741c827a7a4e5ced7059 /templates/api/charsheet-public.html | |
| parent | f776dc83178d1606b80f068e1e49fb9e53f62365 (diff) | |
Big refactor, jam
Diffstat (limited to 'templates/api/charsheet-public.html')
| -rw-r--r-- | templates/api/charsheet-public.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/api/charsheet-public.html b/templates/api/charsheet-public.html index 4210b73..2d61a81 100644 --- a/templates/api/charsheet-public.html +++ b/templates/api/charsheet-public.html @@ -4,14 +4,14 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>LCOLONQ CHARACTER BUILDING EXERCISE</title> - <link rel="icon" href="./assets/mrgreen.png"> - <link rel="stylesheet" type="text/css" href="./assets/charsheet/charsheet.css"> + <link rel="icon" href="./assets/images/mrgreen.png"> + <link rel="stylesheet" type="text/css" href="./assets/css/charsheet.css"> <script type="module"> CONFIG_SUBST globalThis.mode = "charsheet"; </script> - <script type="module" src="./assets/charsheet/gl-matrix-min.js"></script> - <script type="module" src="./assets/charsheet/charsheet.js"></script> + <script type="module" src="./assets/js/charsheet/gl-matrix-min.js"></script> + <script type="module" src="./assets/js/charsheet/charsheet.js"></script> <script type="module"> document.addEventListener("DOMContentLoaded", globalThis.mainPublic); </script> |
