diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-28 21:34:59 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-28 21:34:59 +0100 |
| commit | d82db7e301ff778b3c71a409263d696d9f561b74 (patch) | |
| tree | 6d95a6ad24d4b7b84c1b8502be1347debc0f44d3 /tools/editor/index.html | |
| parent | f6f85dd2b83452f6a288740d60d1f76d8df7c53d (diff) | |
fix the spec editor a bit
Diffstat (limited to 'tools/editor/index.html')
| -rw-r--r-- | tools/editor/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/index.html b/tools/editor/index.html index 6cb6af7..7c977e3 100644 --- a/tools/editor/index.html +++ b/tools/editor/index.html @@ -29,6 +29,8 @@ </div> </div> + <script src="sdf.js"></script> + <script src="dct.js"></script> <script src="script.js"></script> </body> </html> |
