Files
NeoGen-Frontend/index.html
2025-07-06 02:50:59 +08:00

15 lines
390 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg" href="/favicon.webp" />
<!--app-head-->
</head>
<body>
<div id="app"><!--app-html--></div>
</body>
<!--app-state-->
<script type="module" src="/src/entry-client.js"></script>
</html>