-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtest-jigsaw-unsolved.html
More file actions
43 lines (39 loc) · 862 Bytes
/
test-jigsaw-unsolved.html
File metadata and controls
43 lines (39 loc) · 862 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
41
42
43
<!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-Jigsaw</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-jigsaw-5x6
exolve-title: Test-Jigsaw-5x6
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 5
exolve-height: 6
exolve-grid:
A!C!E!..
.0.0.
00000
.0.0.
.0.0.
000..
exolve-nodir:
[A] beans (5)
[B] cleans (6)
[C] snap (4)
[D] ASH (3)
[E] ACE (3) [1a] Anno
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>