laf/web/index.html
0fatal 4530571679
fix(web): auto flush cache from service worker (#1367)
* fix(web): auto flush cache from service worker

* chore: change text
2023-07-06 12:26:57 +08:00

17 lines
387 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>laf</title>
</head>
<body>
<div id="root"></div>
<script defer src="/js/aws-sdk-2.1275.0.min.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>