Files
46-Pingzhi126-ZZ-PZ-PDA/index.html
2026-06-08 17:19:19 +08:00

17 lines
489 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link href="/vite.svg" rel="icon" type="image/svg+xml"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>平芝PDA</title>
<script type="text/javascript">
document.write("<script src='./public/config.js?v=" + new Date().getTime() + "'><\/script>");
</script>
</head>
<body>
<div id="app"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>