diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-11 10:30:18 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-11 10:30:18 -0600 |
| commit | fe8f2edf5c716aa38eb1910c4263648c4219b3e7 (patch) | |
| tree | 8ad30f649c2348304568149b34fc0730d6982c5b /public/index.html | |
| parent | 4db132d890bf5a1e3ef5fd4a96e1567a0e6ac94d (diff) | |
chore: move third party css/js to public dir
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 8fdf26c..01bc756 100644 --- a/public/index.html +++ b/public/index.html @@ -5,9 +5,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="color-scheme" content="light dark"> <title>SparkleLab</title> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"> - <script src="https://unpkg.com/htmx.org@2.0.4"></script> - <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script> + <link rel="stylesheet" href="/pico.min.css"> + <script src="/htmx.js"></script> + <script src="/vue.global.js"></script> <script src="/application.js"></script> </head> <body> |
