-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (23 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<h1>Projects</h1>
<ul>
<li><a href="croppy">croppy</a> - client only app to split up comics for uploading to tapas & webtoon</li>
<li><a href="imagemagick">imagemagick</a> - client only webassembly version of imagemagick</li>
<li><a href="imagemagick/rotate">imagemagick/rotate</a> - demonstration site of clientside only imagemagick</li>
<li><a href="drawpile-admin-test">drawpile-admin-test</a> - demonstration of management portal SPA for <a
href="https://drawpile.net/">https://drawpile.net/</a></li>
<br>
<li>The following cannot be used directly, however they are on the server for other people to load them
<ul>
<li>wasm-imagemagick - files to load webassembly imagemagick</li>
<li>drawpile-admin - files for drawpile admim portal (use reverse proxy to put them side by side with
drawpile management address)</li>
</ul>
</li>
</ul>
</body>
</html>