2024-08-05 11:36:27 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-08-16 08:00:27 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/icon.png" />
|
2024-08-06 12:54:10 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
2024-08-16 02:13:05 +00:00
|
|
|
<title>飞天遇上航天</title>
|
2024-08-05 11:36:27 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|