59 lines
2.4 KiB
PHP
59 lines
2.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="pt-BR">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>cardapiQr</title>
|
|
<meta name="description" content="Built with Flatlogic Generator">
|
|
<meta name="keywords" content="qr code ordering, digital menu, restaurant menu, mobile ordering, contact-free dining, order from table, qr menu, Built with Flatlogic Generator">
|
|
<meta property="og:title" content="cardapiQr">
|
|
<meta property="og:description" content="Built with Flatlogic Generator">
|
|
<meta property="og:image" content="">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;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 shadow-sm">
|
|
<div class="container">
|
|
<a class="navbar-brand fw-bold" href="#">Cardápio QR</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<main class="container my-4">
|
|
<div class="text-center mb-4">
|
|
<h1 class="display-5 fw-bold">Nosso Cardápio</h1>
|
|
<p class="lead text-muted">Explore nossos pratos e bebidas.</p>
|
|
</div>
|
|
|
|
<section id="menu-section">
|
|
<div class="d-flex justify-content-center mb-4">
|
|
<div id="category-tabs"></div>
|
|
</div>
|
|
|
|
<div class="d-flex justify-content-center">
|
|
<div id="loader" class="loader" style="display: none;"></div>
|
|
</div>
|
|
|
|
<div id="product-list" class="row">
|
|
<!-- Products will be injected here by JavaScript -->
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="py-4 mt-auto bg-light">
|
|
<div class="container text-center">
|
|
<p class="mb-0 text-muted">© <?php echo date("Y"); ?> cardapiQr. Built with Flatlogic.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|