LazyBoy2/web/index.html

21 lines
872 B
HTML
Raw Permalink Normal View History

2026-09-14 09:08:20 +00:00
<!DOCTYPE html>
2026-09-14 09:13:10 +00:00
<html lang="zh-Hant" style="color-scheme: dark">
2026-09-14 09:08:20 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1" />
2026-09-14 09:13:10 +00:00
<meta name="theme-color" content="#050506" />
2026-09-14 09:08:20 +00:00
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
2026-09-15 05:20:44 +00:00
<meta name="apple-mobile-web-app-title" content="LazyBoy" />
<title>LazyBoy</title>
2026-09-14 09:08:20 +00:00
<link rel="manifest" href="/manifest.webmanifest" />
2026-09-16 08:17:38 +00:00
<link rel="icon" href="/lazyboy-round.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/lazyboy-round.svg" />
2026-09-14 09:08:20 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>