* #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>
This commit is contained in:
22
archive/untested-extensions/ext-imagelib/index.html
Normal file
22
archive/untested-extensions/ext-imagelib/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>-</title>
|
||||
<link rel="icon" type="image/png" href="../../images/logo.svg" />
|
||||
<script type="module" src="index.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Select an image:</h1>
|
||||
<a href="smiley.svg">
|
||||
<img src="smiley.svg" width="48" height="48" alt="smiley.svg" />
|
||||
</a>
|
||||
<br />
|
||||
<a href="../../images/logo.svg">
|
||||
<img src="../../images/logo.svg" width="48" height="48" alt="logo.svg" />
|
||||
</a>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user