metacubexd/index.html

20 lines
599 B
HTML
Raw Normal View History

2023-08-24 04:20:53 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-08-27 22:25:41 +08:00
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
2023-08-24 04:20:53 +08:00
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/svg" href="/src/assets/favicon.svg" />
2023-08-28 00:13:00 +08:00
<title>metacubexd</title>
2023-08-24 04:20:53 +08:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
2023-08-27 22:25:41 +08:00
<div id="root" style="display: contents"></div>
<script src="/src/main.tsx" type="module"></script>
2023-08-24 04:20:53 +08:00
</body>
</html>