-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-linked-solved.html
50 lines (46 loc) · 1.11 KB
/
test-linked-solved.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
<!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-Linked</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-linked
exolve-title: Test-Linked
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-relabel:
confirm-show-ninas:
exolve-width: 4
exolve-height: 3
exolve-nina: 3d
exolve-option: hide-copy-placeholder-buttons
exolve-grid:
C R E W
A|N|L|E
R A I D
exolve-across:
1a and 3dn crew eli (4,3) _ _ _ _ _ _ _ _ _ _ _ [11 blanks] And some anno after that.
Hint: A little hint.
5 see 1d
exolve-down
1,5 and 2/4 caraid rna wed (6,3-3) _ _ _ _ _ _ _ _ _ _ _ _ _ _ Some test anno
Hint: First of <b>three</b> hints.
Hint: <i>Second</i> hint.
Hint: Last hint.
2 see 1
3 see 1a
4 see 1
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>