zero-ui/frontend/index.html

20 lines
562 B
HTML
Raw Normal View History

2021-03-22 03:25:13 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-10-05 02:17:02 +08:00
<link rel="icon" href="/favicon.ico" />
2021-03-22 03:25:13 +08:00
<meta
2021-12-20 00:09:54 +08:00
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
2021-03-22 03:25:13 +08:00
/>
2021-12-20 00:09:54 +08:00
<meta name="description" content="ZeroUI" />
2023-10-05 02:17:02 +08:00
<link rel="manifest" href="/manifest.json" />
2021-03-22 03:25:13 +08:00
<title>ZeroUI</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2023-10-05 02:17:02 +08:00
<script type="module" src="/src/index.jsx"></script>
2021-03-22 03:25:13 +08:00
</body>
</html>