-
Notifications
You must be signed in to change notification settings - Fork 12
/
exet-hindi.html
70 lines (58 loc) · 1.95 KB
/
exet-hindi.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
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
64
65
66
67
68
69
70
<!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.
Current version: v0.94, October 6, 2024
-->
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.54"/>
<link rel="stylesheet" type="text/css" href="exet.css?v0.94"/>
<script>
/**
* Language-specific parameters.
*/
exetConfig = {
defaultDimension: 7,
defaultPopularity: 0,
researchTools: [
/** The first entry should not be name: "separator" */
{url: "https://hi.wiktionary.org/wiki/", name: "Wiktionary"},
],
extraTabs: [],
listsLinks: [
{name: "Crossword Unclued's write-up on Hindi cryptic crosswords",
url: "https://www.crosswordunclued.com/2012/07/hindi-cryptic-crosswords.html"},
{name: "separator"},
{name: "Crossword Unclued's list of abbreviations",
url: "https://www.crosswordunclued.com/2008/10/" +
"cryptic-abbreviations.html"},
{name: "Wikipedia's list of abbreviations",
url: "https://en.wikipedia.org/wiki/Crossword_abbreviations"},
{name: "Mythic beasts list of abbreviations",
url: "http://sphinx.mythic-beasts.com/~mark/random/indicators/"},
],
};
</script>
<script src="exolve-m.js?v1.54"></script>
<script src="exolve-from-puz.js?v1.54"></script>
<script defer src="lufz-hi-lexicon.js?v0.94"></script>
<script src="exet-lexicon.js?v0.94"></script>
<script src="exet-analysis.js?v0.94"></script>
<script src="exet-autofill.js?v0.94"></script>
<script src="exet.js?v0.94"></script>
<title>Exet Hindi: Create a crossword in Hindi</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>