Modulo Web Restaurant Realizado.

This commit is contained in:
2023-03-20 09:18:51 -05:00
parent b86006cea6
commit 379e1befd4
14 changed files with 592 additions and 90 deletions

View File

@@ -11,6 +11,8 @@
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="../css/restaurant.css">
<link rel="stylesheet" href="../css/restaurant_form.css">
<link rel="stylesheet" href="../css/botones.css">
<link rel="stylesheet" href="../css/dash_mesero.css">
<link rel="icon" sizes="64x64" href="../img/favicon_restaurant/favicon.ico">
</head>
@@ -56,14 +58,14 @@
</a>
</li>
<li>
<a href="#" onclick="mostrar_form('usuarios')">
<a href="#" onclick="mostrar_form('mesas')">
<span class="icon"><i class="fa fa-cutlery" aria-hidden="true"></i></span>
<span class="title">Mesas</span>
</a>
</li>
<li>
<a href="#" onclick="mostrar_form('usuarios')">
<a href="#" onclick="mostrar_form('menu')">
<span class="icon"><i class="fa fa-coffee" aria-hidden="true"></i></span>
<span class="title">Menu</span>
</a>
@@ -127,6 +129,7 @@
</Script>
<script src="../js/app_restaurant.js"></script>
<script src="../js/app_restaurant_tabGen.js"></script>
</body>
</html>