<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Photo Recovery & Gallery Clean</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
body {
background-color: #f2f5f9;
padding: 20px;
}
.page {
max-width: 700px;
margin: 0 auto;
background: white;
padding: 40px 30px;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}
.app-name {
text-align: center;
font-size: 26px;
font-weight: bold;
color: #222;
margin-bottom: 16px;
}
.desc {
text-align: center;
color: #555;
line-height: 1.6;
margin-bottom: 30px;
}
.features-title {
font-size: 20px;
font-weight: bold;
margin: 30px 0 16px;
color: #222;
}
.feature-item {
background: #f8f9fa;
padding: 14px 18px;
border-radius: 10px;
margin-bottom: 12px;
line-height: 1.5;
color: #333;
}
.feature-item strong {
color: #0066cc;
}
.summary {
margin: 25px 0;
text-align: center;
color: #444;
line-height: 1.6;
}
.download-box {
text-align: center;
margin-top: 35px;
}
.download-btn {
display: inline-block;
background-color: #007bff;
color: white;
padding: 14px 32px;
border-radius: 50px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
transition: background 0.3s;
}
.download-btn:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<div class="page">
<div class="app-name">Photo Recovery & Gallery Clean</div>
<p class="desc">
Photo Recovery & Gallery Clean is a practical tool designed to help you manage your phone's storage by recovering lost files and organizing your gallery.
</p>
<div class="features-title">Key Features</div>
<div class="feature-item">
<strong>Comprehensive Scanning & Recovery:</strong> Scan your device's internal storage to find deleted or lost photos, audio files, and documents, including temporary files that remain in the trash cache. Select and restore the items you need.
</div>
<div class="feature-item">
<strong>Similar Photo Detection:</strong> Identify similar-looking pictures in your gallery to help you view and manage near-duplicate shots.
</div>
<div class="feature-item">
<strong>Duplicate Image Finder:</strong> Locate identical images that are taking up unnecessary storage space, making it easier to clean up your device.
</div>
<p class="summary">
Keep your important files safe and your gallery organized with essential file recovery and management tools.
</p>
<div class="download-box">
<a href="https://play.google.com/store/apps/details?id=com.photoreco.llso.dj" class="download-btn" target="_blank">
Download Now
</a>
</div>
</div>
</body>
</html>