-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04d9b65
commit 60eee82
Showing
2 changed files
with
73 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>About Anagram Checker Game</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<h1 align="center">About Anagram Checker Game</h1> | ||
<div class="container"> | ||
<p>This Anagram Checker Game allows you to check if two words are anagrams of each other. An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once.</p> | ||
|
||
<h2>Features:</h2> | ||
<ul> | ||
<li>Simple and intuitive interface</li> | ||
<li>Quickly check if two words are anagrams</li> | ||
<li>Learn about anagrams and how they work</li> | ||
</ul> | ||
|
||
<h2>About Us:</h2> | ||
<p>We are dedicated to creating fun and educational games that challenge your mind and expand your knowledge of language and literature.</p> | ||
|
||
<h2>Contact Us:</h2> | ||
<p>If you have any questions or feedback about the Anagram Checker Game, feel free to reach out to us at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
|
||
<p>Follow us on social media for updates and more games!</p> | ||
<ul> | ||
<li><a href="#">Facebook</a></li> | ||
<li><a href="#">Twitter</a></li> | ||
<li><a href="#">Instagram</a></li> | ||
</ul> | ||
|
||
<p>Thank you for playing!</p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters