<!DOCTYPE html>
<html lang="pt" xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Google Fonts -->
<link rel="stylesheet"
	href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />

<!-- Bootstrap CSS -->
<link rel="stylesheet"
	href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
	integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
	crossorigin="anonymous" />

<link rel="icon"
	href="/assets/bbi.png"
	type="image/x-icon">

<link rel="stylesheet" type="text/css"
	href="/styles/modal-pedido.css">
<link rel="stylesheet" type="text/css" href="/styles/cardapio.css">
<link rel="stylesheet" type="text/css"
	href="/styles/sweetalert.css">
<link rel="stylesheet"
	href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">

<script src="/js/qr_code_scanner.js" type="module"></script>
<script src="/js/listeners.js" type="module"></script>
<script src="/js/cardapio-scripts.js" type="module"></script>
<script src="/js/modal-product-scripts.js" type="module"></script>
<script src="/js/sweetalert-scripts.js" type="module"></script>
<script src="/js/modal-pedido-scripts.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="/js/carrinho.js" type="module"></script>
<script src="https://unpkg.com/html5-qrcode"></script>



<script
	src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script
	src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

</head>
</head>
<body>

<div class="m-4">
 <h2>Ops... Não foi possível carregar o cardápio!</h2>
 
 <p>Mensagem: Illegal base64 character 2e</p>
 
  <p style="color:red; font-weight: bold">Exceção: java.lang.IllegalArgumentException: Illegal base64 character 2e</p>
 
 </div>

</body>
</html>