-
Notifications
You must be signed in to change notification settings - Fork 16
/
test-swedish.html
50 lines (43 loc) · 901 Bytes
/
test-swedish.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"/>
<!--
MIT License
Copyright (c) 2020 Viresh Ratnakar
See the full license notice in exolve-m.js.
Version: Exolve v0.85 August 12 2020
-->
<link rel="stylesheet" type="text/css" href="exolve-m.css?v0.85"/>
<script src="exolve-m.js?v0.85"></script>
<title>Test-Swedish</title>
</head>
<body>
<script>
createExolve(`
======REPLACE WITH YOUR PUZZLE BELOW======
exolve-begin
exolve-id: test-swedish
exolve-title: Test-Swedish
exolve-width: 3
exolve-height: 3
exolve-language: sv Latin
exolve-prelude:
Test entering Å Ä Ö
exolve-grid:
Å Ä Ö
Å . Ö
Ä Ä Å
exolve-across:
1 aao (3)
3 aaa (3)
exolve-down:
1 aaa (3)
2 ooa (3)
exolve-end
======REPLACE WITH YOUR PUZZLE ABOVE======
`);
</script>
</body>
</html>