-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.html
More file actions
72 lines (68 loc) · 2.27 KB
/
sitemap.html
File metadata and controls
72 lines (68 loc) · 2.27 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sitemap – mrbtools</title>
<meta name="description" content="Sitemap of ImageKB – Image KB Reducer, Photo Compressor, JPG to PDF, PDF Maker online tools.">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
background: #f8f9fa;
color: #222;
margin: 0;
padding: 20px;
}
h1 {
text-align: center;
color: #0d6efd;
}
ul {
max-width: 600px;
margin: 20px auto;
padding: 0;
list-style: none;
}
li {
background: #fff;
margin: 10px 0;
padding: 15px;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
a {
text-decoration: none;
color: #0d6efd;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
footer {
text-align: center;
margin-top: 40px;
font-size: 14px;
color: #666;
}
</style>
</head>
<body>
<h1>ImageKB Sitemap</h1>
<ul>
<li><a href="https://mrbtools.pages.dev/">Home – Image KB Reducer</a></li>
<li><a href="https://mrbtools.pages.dev/image-compressor.html">Image Compressor</a></li>
<li><a href="https://mrbtools.pages.dev/photo-compressor.html">Photo Compressor</a></li>
<li><a href="https://mrbtools.pages.dev/image-kb-reduce.html">Reduce Image Size in KB</a></li>
<li><a href="https://mrbtools.pages.dev/jpg-to-pdf.html">JPG to PDF Converter</a></li>
<li><a href="https://mrbtools.pages.dev/image-to-pdf.html">Image to PDF</a></li>
<li><a href="https://mrbtools.pages.dev/pdf-maker.html">PDF Maker Online</a></li>
<li><a href="https://mrbtools.pages.dev/privacy-policy.html">Privacy Policy</a></li>
<li><a href="https://mrbtools.pages.dev/terms.html">Terms & Conditions</a></li>
<li><a href="https://mrbtools.pages.dev/contact.html">Contact</a></li>
</ul>
<footer>
© 2026 ImageKB • Free Online Image & PDF Tools
</footer>
</body>
</html>