chore: update version to v2.0.0 and remove unused stylesheet link

This commit is contained in:
shiyu
2026-02-09 14:13:09 +08:00
parent 907101e7a7
commit c456a208de
2 changed files with 1 additions and 8 deletions

View File

@@ -5,16 +5,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foxel</title>
<link rel='stylesheet'
href='https://foxel.cc/fonts/result.css' />
</head>
<body>
<style>
* {
font-family: 'Maple Mono Normal NL NF CN';
}
</style>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>