-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.18 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Converter Tools</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container mt-5">
<h1 class="mb-4">Welcome to My Conversion Tools</h1>
<p>Explore the various tools available for your convenience:</p>
<ul>
<li><a href="Image-Resizer_Web/Image-Resizer">Image Resizer</a> - Resize your images to the desired dimensions.</li>
<!-- <li><a href="folder2/index.html">Tool 2</a> - Description of the second tool.</li>
<li><a href="folder3/index.html">Tool 3</a> - Description of the third tool.</li> -->
<!-- Add more tools as needed -->
</ul>
</div>
<!-- Bootstrap JS (optional, for some interactive features) -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>