19 lines
681 B
HTML
19 lines
681 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/setup/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/setup/logo-150.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="author" content="YMhut" />
|
|
<meta name="application-name" content="YMhut Box Setup" />
|
|
<meta name="description" content="YMhut Box unified management setup wizard for update.ymhut.cn." />
|
|
<meta name="theme-color" content="#111827" />
|
|
<title>YMhut Unified Setup</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|