Files
radiusNucleo/frontend/index.html
josedario87 bf941aceb3
All checks were successful
build-and-deploy / build (push) Successful in 11s
build-and-deploy / deploy (push) Successful in 15s
pwa compatible
2025-09-26 21:20:34 -06:00

16 lines
483 B
HTML

<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>radiusNucleo</title>
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#000000" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>