Skip to content

Instantly share code, notes, and snippets.

View checoht18-prog's full-sized avatar

checoht18-prog

  • Joined Oct 4, 2025
View GitHub Profile
@checoht18-prog
checoht18-prog / QR con ubicación
Last active October 4, 2025 05:36
Código html para un QR que funciona en una ubicación determinada
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Verificación de ubicación</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;