-
Notifications
You must be signed in to change notification settings - Fork 15
/
test-hindi.html
62 lines (58 loc) · 1.82 KB
/
test-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.58"/>
<script src="exolve-m.js?v1.58"></script>
<title>Test-Hindi</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-hindi
exolve-title: Test-Hindi
exolve-setter: गुस्सालफ्ज़
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 3
exolve-height: 3
exolve-option: colour-active:lightyellow colour-input:palegreen
exolve-option: colour-arrow:gray color-small-button-hover:palegreen
exolve-language: hi Devanagari
exolve-relabel: setter-by: रूचिकार:
across-label: बांये से दांये
down-label: ऊपर से नीचे
clear: मिटाएं
clear.hover: Hindi me likha hai, Clear this!
clear-all: सब मिटा दो!
reveal: दिखा दो यार
reveal-all: सब दिखा दो यार!
reveal-all.hover: Hindi me likha hai, Reveal all!
across-letter: <span style="font-size:10px">आ</span>
down-letter: <span style="font-size:10px">नी</span>
placeholder.hover: Yahan likho
placeholder-copy.hover: Copy karo
confirm-mismatched-copy: Itno se itne tak?
exolve-prelude: Please use a suitable mechanism for entering Devanagari letters,
such as Google Input Tools. Also tests special chars allowed (#@12)
exolve-option: allow-chars:#@12
exolve-grid:
से ह त
व . त्प
न ग र
exolve-across:
1 Health (3)
3 City (3)
exolve-down:
1 Consumption (3)
2 Ready (3)
exolve-nodir:
[Q] Kasa kai? (5)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>