-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
49 lines (49 loc) · 1.61 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About - Information about Find Words</title>
<meta description="This page provides information about the Find Words site.">
<link rel="stylesheet" href="css/find-words.css"/>
<link rel="stylesheet" href="css/help.css"/>
</head>
<body>
<div id="main">
<h1>Find Words</h1>
<p>
Version 2.11.0
</p>
<p>
Copyright 2014-2024 by Knute Snortum.
</p>
<h2>License</h2>
<p>
This work is licensed under the <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">
GNU General Public License version 3</a>.
</p>
<h2>Trademarks</h2>
<p>
SCRABBLE™ is a registered trademark. All intellectual property rights in and to the game
are owned in the U.S.A. and Canada by Hasbro Inc., and throughout the rest of the world by
J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc.
Mattel and Spear are not affiliated with Hasbro.
</p>
<p>
Wordle™ is a registered trademark of The New York Times Company.
</p>
<h2>Thanks</h2>
<p>
Image of letter "S" provided by
<a href="https://pixabay.com/users/clker-free-vector-images-3736/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=33756" target="_blank">
Clker-Free-Vector-Images</a> from
<a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=33756" target="_blank">
Pixabay</a>.
</p>
</div>
<br>
<div id="footer">
Copyright © 2014-2024 Knute Snortum
<a href="index.html" target="_self">Main</a>
<a href="help.html" target="_self">Help</a>
</div>
</body>
</html>