19 lines
712 B
PHP
19 lines
712 B
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 - api-azure</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css">
|
|
</head>
|
|
<body>
|
|
<div class="container py-5">
|
|
<h1>Privacy Policy</h1>
|
|
<p>This is a placeholder for the privacy policy.</p>
|
|
<a href="index.php">Go back to the homepage</a>
|
|
</div>
|
|
</body>
|
|
</html>
|