pioneer-share/index.html

23 lines
553 B
HTML
Raw Permalink Normal View History

2024-05-22 18:47:27 +08:00
<!--
* @LastEditors: John
* @Date: 2024-05-22 18:06:14
2024-06-06 20:25:29 +08:00
* @LastEditTime: 2024-06-06 19:23:15
2024-05-22 18:47:27 +08:00
* @Author: John
-->
<!DOCTYPE html>
2024-01-31 10:28:31 +08:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-01-31 16:36:19 +08:00
<link rel="icon" type="image/svg+xml" href="/src/assets/img/logo.png" />
2024-06-06 20:25:29 +08:00
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
2024-05-22 18:47:27 +08:00
<title>Pioneer</title>
2024-01-31 10:28:31 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>