mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-11 22:50:42 +08:00
16 lines
442 B
HTML
16 lines
442 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Nazhua</title>
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
<script src="./config.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<link rel="stylesheet" href="./style.css" />
|
|
</body>
|
|
</html>
|