- Incomplete enhancement: Add Openclipart query page (using Jamilih); need to better format results and tie into Imagelib

This commit is contained in:
Brett Zamir
2018-09-25 16:49:26 +08:00
parent 90ff5b9479
commit 4b6be7a871
5 changed files with 2496 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>-</title>
<link rel="icon" type="image/png" href="../../images/logo.png"/>
<script src="../../external/babel-polyfill/polyfill.min.js"></script>
<script type="module" src="openclipart.js"></script>
</head>
<body>
</body>
</html>