forked from indic-transliteration/sanscript.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 655 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<title>Sanscript tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css" />
<script src="../node_modules/qunit/qunit/qunit.js"></script>
<script src="../sanscript.js"></script>
<script src="tests.js"></script>
</head>
<body>
<button
onclick = "console.dir(Sanscript.schemes)"
style = "position: fixed; top: 20px; right: 20px;"
>
log schemes to console
</button>
<div id="qunit" />
</body>
</html>