svgedit/archive/untested-extensions/ext-imagelib/index.html

22 lines
511 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2021-08-09 15:34:38 +00:00
<head>
<meta charset="utf-8" />
<title>-</title>
2021-05-09 17:29:45 +00:00
<link rel="icon" type="image/png" href="../../images/logo.svg" />
<script type="module" src="index.js"></script>
</head>
2021-08-09 15:34:38 +00:00
<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>
2021-08-09 15:34:38 +00:00
</html>