-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathexet-test-multichar.html
More file actions
63 lines (51 loc) · 1.43 KB
/
Copy pathexet-test-multichar.html
File metadata and controls
63 lines (51 loc) · 1.43 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--
MIT License
Copyright (c) 2020 Viresh Ratnakar
See the full license notice in exet.js.
-->
<link rel="stylesheet" type="text/css" href="exolve-m.css"/>
<link rel="stylesheet" type="text/css" href="exet.css"/>
<script>
/**
* Language-specific parameters.
*/
exetConfig = {
language: "en",
script: "Latin",
maxCharCodes: 3,
defaultDimension: 7,
defaultPopularity: 0,
researchTools: [],
extraTabs: [],
listsLinks: [],
};
</script>
<script src="exolve-m.js"></script>
<script src="exolve-from-puz.js"></script>
<script src="exolve-from-ipuz.js"></script>
<script src="exolve-to-puz.js"></script>
<script src="exolve-to-ipuz.js"></script>
<script src="exolve-exost.js"></script>
<script defer src="lufz-en-lexicon-test-multichar.js"></script>
<script src="exet-analysis.js"></script>
<script src="exet.js"></script>
<script src="exet-autofill.js"></script>
<script src="exet-lexicon.js"></script>
<script src="exet-storage.js"></script>
<title>Exet Test: Multi-char Letters</title>
</head>
<body>
<div id="xet-loading"
style="text-align:center;font-family:monospace;padding-top:100px">
<h3><span class="xet-blue">Exet: A web app for crossword construction</span></h3>
<h4>Loading the lexicon. This may take a few seconds, please wait...</h4>
</div>
<div id="xet-xlv-frame">
</div>
</body>
</html>