34463-vm/privacy.php
Flatlogic Bot 62d2f5ab02 f43f43
2025-10-16 21:55:33 +00:00

41 lines
1.9 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - PDF Text Recolor</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="/">PDF Text Recolor</a>
</div>
</nav>
<main class="container py-5">
<div class="card p-4 p-md-5">
<h1 class="mb-4">Privacy Policy</h1>
<p><strong>This tool is for demonstration purposes only.</strong></p>
<p>We are committed to protecting your privacy. This document serves as a total disclaimer regarding the data you submit to our service.</p>
<h2 class="h4 mt-4">Data Usage and Storage</h2>
<p>We do not store, use, or share any of the files you upload. Your files are processed in memory and are immediately discarded after the text recoloring is complete. No copies are kept.</p>
<h2 class="h4 mt-4">No Guarantees</h2>
<p>This is a simple tool created for fun and to demonstrate a technical capability. We offer no guarantees regarding the functionality or availability of this service.</p>
<a href="/" class="btn btn-primary mt-4">Back to Home</a>
</div>
</main>
<footer class="footer mt-auto py-3">
<div class="container text-center">
<span class="text-muted">&copy; <?php echo date("Y"); ?> PDF Text Recolor. All Rights Reserved.</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>