forked from hryanjones/guess-my-word
-
Notifications
You must be signed in to change notification settings - Fork 12
/
README.html
34 lines (32 loc) · 1.63 KB
/
README.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
<!doctype html>
<html lang="en">
<head>
<title>Guess my word - About</title>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤔</text></svg>">
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./index.css" type="text/css"/>
</head>
<body>
<header>
<h1><a href="./" class="home">Guess my word</a></h1>
<a class="bigger-target" href="./README.html">about</a>
</header>
<p>This is a daily word guessing game that is a clone of one that used to be available on simbase.org (<a href="http://guessmyword.blogspot.com/">blog</a>). Special thanks to Joon there for creating the original, <a href="http://www.pavelspuzzles.com/">Pavel</a> for telling me about it, and <a href="https://twitter.com/princess_malv">Malvika</a> for supporting me in making a new one when the original went down.
<p>
<ul>
<li><a href="https://github.com/hryanjones/guess-my-word/issues">Report a bug or make a suggestion</a></li>
<li>If you like it:
<ul>
<li><a href="https://twitter.com/guessmyword1">Tweet</a> or share with others</li>
<li>
<a href="https://www.paypal.me/hryanjones/5">Buy me a fancy hot chocolate 🍵</a> :) or even
<a href="https://www.patreon.com/bePatron?u=2281374" data-patreon-widget-type="become-patron-button">
support me on Patreon
</a>
</li>
</ul>
<li><a href="https://github.com/hryanjones/guess-my-word">Check out the code</a></li>
</ul>
</body>
</html>