forked from Sulagna-Dutta-Roy/GGExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
40 lines (40 loc) · 2 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Water Sort Game</title>
<link rel="stylesheet" href="aboutus.css">
</head>
<body>
<div class="container">
<header>
<h1>About Water Sort Wizard</h1>
</header>
<section class="content">
<div class="intro">
<h2>Welcome to Water Sort Wizard!</h2>
<p>Water Sort Wizard is the ultimate puzzle game that challenges your logical thinking and problem-solving skills. Dive into a world of colorful liquids and enjoy hours of fun and brain-teasing puzzles!</p>
</div>
<div class="features">
<h2>Why Play Water Sort Wizard?</h2>
<ul>
<li><strong>Engaging Puzzles:</strong> Hundreds of unique and challenging levels.</li>
<li><strong>Beautiful Graphics:</strong> Enjoy visually stunning and colorful graphics.</li>
<li><strong>Relaxing Experience:</strong> Calming music and smooth gameplay.</li>
<li><strong>Achievements:</strong> Unlock achievements and track your progress.</li>
</ul>
</div>
<div class="team">
<h2>Meet Our Team</h2>
<p>Our team of dedicated developers and designers work tirelessly to bring you the best puzzle gaming experience. We are passionate about creating games that are both fun and mentally stimulating.</p>
</div>
<div class="contact">
<h2>Contact Us</h2>
<p>Have any questions or feedback? We'd love to hear from you! Contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</section>
<button class="back-button" onclick="window.history.back()">Back to Home</button>
</div>
</body>
</html>