-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtest-rebus.html
More file actions
40 lines (36 loc) · 826 Bytes
/
test-rebus.html
File metadata and controls
40 lines (36 loc) · 826 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, interactive-widget=resizes-content"/>
<link rel="stylesheet" type="text/css" href="exolve-m.css?v1.69"/>
<script src="exolve-m.js?v1.69"></script>
<title>Test-Rebus</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-title: Rebus test
exolve-width: 3
exolve-height: 3
exolve-option: rebus-cells
exolve-no-rebus: 3A c2
exolve-option: allow-digits allow-chars:%@
exolve-grid:
RAN G E%7&@
DO . A
M E T
exolve-across:
1 Something (3)
3 Something (3)
exolve-down
1 Something (3)
2 Something (3)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>