mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-21 14:48:35 +00:00
17 lines
494 B
HTML
17 lines
494 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh" class="[--scroll-mt:9.875rem] lg:[--scroll-mt:6.3125rem] js-focus-visible dark" data-js-focus-visible>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>GrasscutterTools</title>
|
|
</head>
|
|
|
|
<body class="antialiased text-slate-500 dark:text-slate-400 bg-white">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html>
|