<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Scanner Congreso 2026</title>
<link rel="stylesheet" href="css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5-qrcode/2.3.8/html5-qrcode.min.js"></script>
</head>
<body>
<div class="contenedor">
<h1>
🏥 Congreso Medicina General y Familiar
</h1>
<div id="reader"></div>
<div id="estado">
Esperando QR...
</div>
</div>
<script src="js/app.js"></script>
</body>
</html>