-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-ninas-colours.html
50 lines (46 loc) · 1.14 KB
/
test-ninas-colours.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-Ninas-Colours</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-ninas-colours
exolve-title: Test-Ninas-Colours
exolve-setter: Gussalufz
exolve-copyright: 2020 Viresh Ratnakar
exolve-width: 5
exolve-height: 5
exolve-grid:
00000
0.0.0
00000
0.0.0
00000
exolve-nina: A1 c1
exolve-nina: nina-one b3 d3
exolve-nina: dodgerblue nina-two r4c1 c5r4
exolve-nina: b3 rgb(100,200,100)
exolve-colour: rgb(200,150,100) 1d r5c4
exolve-color: blue r4c5 2D
exolve-across:
1 Blah (5)
4 Blah Blah (5)
5 Whoosh (5)
exolve-down:
1 I spy a <span class="nina-one">Nina</span> here (5)
2 ~{Continued}~ <span class="nina-one">Nina</span> here (5)
3 Different <span class="nina-two">Nicer Nina</span> here (5)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>