-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathtest-farrell-quantum.html
64 lines (60 loc) · 1.56 KB
/
test-farrell-quantum.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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-Alternatives</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-title: NYT November 5, 1996
exolve-setter: Jeremiah Farrell
exolve-preamble:
<center>
Read about this famous crossword
<a href="https://www.alaricstephen.com/main-featured/2017/7/3/the-clintonbobdole-crossword">here</a>
and <a href="https://en.wikipedia.org/wiki/The_New_York_Times_crossword#Records_and_puzzles_of_note">here</a>.
</center>
exolve-width: 15
exolve-height: 15
exolve-option: ignore-unclued
exolve-grid:
ICALL.LOSTASTEP
MEDIA.ATLIBERTY
PROGNOSTICATION
AIL.ALSOP.STONE
ISPY.DOM.BEE...
REHAB.SAFE.RAZZ
...RIB.NORM.POE
CLINTON.ELECTED
AUR.SARA.ERR...
TIAS.SASH.VALOR
...AIT.PAS.BARA
AWARD.EERIE.MAP
MISTERPRESIDENT
OSTRACISM.RINGO
SHOELACES.ENTER
exolve-alternatives: a8:B b8:O c8:B d8:D e8:O f8:L g8:E
exolve-across:
17 Forecast
39,43 Lead story in tomorrow's newspaper
68 Title for 39-Across next year
exolve-down:
23 Sewing shop purchase
27 Short writings
35 Trumpet
39 Black Halloween animal
40 French 101 word
41 Provider of support, for short
42 Much-debated political inits.
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>