55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>A Weird Imagination anagram games</title>
|
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
Back to
|
|
<a href="../">all web apps</a>
|
|
</nav>
|
|
</header>
|
|
<h1>Anagram Games</h1>
|
|
<ul class="apps">
|
|
<li>
|
|
<div class="app">
|
|
<div class="qr">
|
|
<a href="/static/qr/anagram-games-crossword.png">
|
|
<img class="qr" src="/static/qr/anagram-games-crossword.png"/>
|
|
</a>
|
|
</div>
|
|
<div class="text offline">
|
|
<a href="crossword/">crossword</a>:
|
|
Crossword puzzles clued only by available letters.
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="app">
|
|
<div class="qr">
|
|
<a href="/static/qr/anagram-games-bagels.png">
|
|
<img class="qr" src="/static/qr/anagram-games-bagels.png"/>
|
|
</a>
|
|
</div>
|
|
<div class="text offline">
|
|
<a href="bagels/">bagels</a>:
|
|
Guess words for clues on the secret word of whether letters are in the
|
|
right place or in the secret word at all.
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<footer>
|
|
Web apps by
|
|
<a href="https://aweirdimagination.net/~perelman/">Daniel
|
|
Perelman</a>,
|
|
author of the blog <a href="https://aweirdimagination.net/">A Weird
|
|
Imagination</a>.
|
|
</footer>
|
|
</body>
|
|
</html>
|