-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
25 lines (23 loc) · 832 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
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Text Repeater</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>About Text Repeater Tool</h1>
<p>This tool helps you to repeat any text in different formats for creative and fun uses.</p>
</header>
<section>
<h2>How It Works</h2>
<p>Simply enter the text, choose the number of repetitions and format (horizontal, vertical), and the tool will generate your repeated text.</p>
</section>
<footer>
<p>© 2024 Text Repeater Tool. All rights reserved.</p>
<a href="privacy.html">Privacy Policy</a> | <a href="feedback.html">Feedback</a>
</footer>
</body>
</html>