21 lines
512 B
HTML
21 lines
512 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<!-- 设置配置 -->
|
|
<script type="module" src="/config.js"></script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>%VITE_APP_TITLE%</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<noscript>
|
|
<div>Please enable JavaScript to use this application.</div>
|
|
</noscript>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |