-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
24 lines (24 loc) · 947 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>About Us</title>
</head>
<body>
<div class="container">
<header>
<h1>About Us</h1>
</header>
<main>
<section>
<p>Hello! I'm Sandun LB, and I created this web application for educational purposes and fun. My goal is to provide engaging and interactive experiences while helping others learn and enjoy programming.</p>
<p>This project, "Guess My Number", is designed to challenge your guessing skills and improve your understanding of JavaScript, CSS, and HTML. I hope you find it both educational and entertaining!</p>
<p>Feel free to explore and play around with the features. Happy guessing!</p>
</section>
</main>
</div>
</body>
</html>