test-pwa/index.html

14 lines
294 B
HTML
Raw Permalink Normal View History

2024-09-16 11:24:55 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Test PWA</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js"></script>
</body>
</html>