2026-01-15 13:51:44 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="zh-CN" class="dark">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-01-20 16:45:23 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/icon/icon.jpg" />
|
2026-01-15 13:51:44 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>艺术与代码 | 年糕崽崽的数字花园</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|