-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-basic-solved.html
49 lines (45 loc) · 1.2 KB
/
test-basic-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
<!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.57"/>
<script src="exolve-m.js?v1.57"></script>
<title>Test-Basic</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-basic
exolve-title: Test-Basic
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-option: color-light.button-text:red
exolve-width: 4
exolve-height: 3
exolve-preamble:
Look at check/reveal-this dor 5a.
exolve-grid:
C R E W
A|N|L|E
R A I D
exolve-maker:
This: long line of metadata should wrap under the puzzle in its metadata section, it should not spill over or get chopped.<br>
Link: <a href="http://exet.app">Exet</a><br>
<i>Done!</i>
exolve-across:
1 Some ~{in-clue anno}~ crew (4) [CREW] Anno for 1a
5 raid (4) [RAID] RAID* test
exolve-down
1 car (3) Anno for 1d
2 yellow ~{{xlv-yellow-bg}in-clue anno}~ rna (1.1.1)
3 eli (3) [E-L-I] Deliberate dashes.
4 wed (3)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>