-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="shortcut icon" href="favicon.png"/><title>APL Crosswords</title>
<style>
body{margin:2em}
p~a{display:inline-block;text-decoration:none;border:1px solid currentcolor;text-align:center;width:2em;padding:1.5ex 1ex;margin-right:1em}
p~a::after{content:" "attr(href)" "}
p~a:hover{text-decoration:underline}
.d{opacity:0.5;color:grey;cursor:initial}
.d,.d:hover{text-decoration:line-through}
h1>a{text-decoration:none;color:#ea4aaa;float:right;}
</style>
</head>
<body>
<h1>APL Crosswords<a href="https://github.com/sponsors/abrudz" title="Sponsor">♥</a></h1>
<p>These crosswords were first published in the Zark APL tutor news, then in the Vector Journal. They have been lightly edited to account for newer APL primitives and modern language behaviour.</p>
<p>Use arrow keys to move around in the crossword, or click on the square you want to change. Then type the character you want to fill in. A pop-up will announce when you have entered a correct solution.</p>
<noscript><p>This site requires JavaScript!</p></noscript>
<a href="1"></a><a href="2" class="d"></a><a href="3" class="d"></a><a href="4"></a><a href="5"></a><a href="6" class="d"></a>
</body>
</html>