34315-vm/terms.php
Flatlogic Bot d627358851 v1.3
2025-09-23 16:15:21 +00:00

34 lines
1.3 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - MyMech</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.php"><span class="golden-text">MyMech</span></a>
</div>
</nav>
<main class="container py-5">
<h2 class="golden-text">Terms of Service</h2>
<p>This page is under construction. Our Terms of Service will be detailed here.</p>
<div class="text-center mt-4">
<a href="index.php" class="btn btn-golden">Go Back to Home</a>
</div>
</main>
<footer class="footer text-center">
<div class="container">
<p>&copy; <?php echo date("Y"); ?> MyMech. All Rights Reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>