* #475 IAN as they changed the API, so removed IAN option in svg edit * move imagelib to untested extensions This feature is causing security warning and needs to be entirely rewritten Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
18 lines
464 B
HTML
18 lines
464 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>-</title>
|
|
<link rel="icon" type="image/svg" href="../../images/logo.svg" />
|
|
|
|
<!-- Lacking browser support -->
|
|
<script nomodule="" src="../../redirect-on-no-module-support.js"></script>
|
|
<script type="module" src="../../redirect-on-lacking-support.js"></script>
|
|
|
|
<script type="module" src="openclipart.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|