mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-03 00:02:28 +08:00
22 lines
858 B
HTML
22 lines
858 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/aether_adaptive.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Aether</title>
|
|
|
|
<!-- 预加载关键字体以优化首屏渲染 -->
|
|
<link rel="preload" href="/fonts/TiemposText/TiemposText-Regular.woff2" as="font" type="font/woff2" crossorigin />
|
|
<link rel="preload" href="/fonts/TiemposText/TiemposText-Medium.woff2" as="font" type="font/woff2" crossorigin />
|
|
<link rel="preload" href="/fonts/StyreneA/StyreneA-Regular.woff2" as="font" type="font/woff2" crossorigin />
|
|
<link rel="preload" href="/fonts/StyreneA/StyreneA-Medium.woff2" as="font" type="font/woff2" crossorigin />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |