-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 1.02 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
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>A Letter Groove</title>
<link rel="stylesheet" href="style.css" />
<script src='https://unpkg.com/[email protected]/dist/tesseract.min.js'></script>
<script type="module" src="main.js"></script>
</head>
<body>
<main>
<form>
<h1>A Letter Groove</h1>
<p>Add a URL to an <a href="https://iiif.io/get-started/how-iiif-works/">IIIF manifest v2</a> from a library or archive.</p>
<p>After you submit the form, be patient while images load. <br>Press "Reveal next page" to move through the document.</p>
<input name="url" type="text" value="https://iiif.lib.harvard.edu/manifests/drs:433026349" size="45" type="url">
<small><a href="https://github.com/lizadaly/a-letter-groove">What is this?</a></small>
</form>
</main>
<button class="hidden" id="next">Reveal next page</button>
</body>
</html>