Files
nonograms/index.html

16 lines
510 B
HTML

<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/pwa-192x192.svg" />
<link rel="apple-touch-icon" href="/pwa-192x192.svg" />
<link rel="mask-icon" href="/pwa-192x192.svg" color="#00f2fe" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nonograms Pro - Vue 3 SOLID</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>