|
|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <title>Biergarten Klein - Pedidos</title>
|
|
|
+ <title>Biergarten Klein - Pedidos</title>
|
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
@@ -14,7 +14,7 @@
|
|
|
|
|
|
<div id="welcomeModal" class="modal" style="display: flex;">
|
|
|
<div class="modal-content text-center">
|
|
|
- <h3 class="text-2xl font-semibold mb-4 accent-red">Bienvenido a Biergarten Klein</h3>
|
|
|
+ <h3 class="text-2xl font-semibold mb-4 accent-red">Bienvenido a Biergarten Klein Express</h3>
|
|
|
<p class="text-gray-400 mb-6">Para comenzar, por favor ingresa tu nombre y número de mesa.</p>
|
|
|
<div class="space-y-4">
|
|
|
<input type="text" id="userNameInput" class="w-full p-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-accent-red focus:border-transparent outline-none text-white" placeholder="Tu Nombre">
|