mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
23 lines
657 B
HTML
23 lines
657 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
|
|
<title>vtsuru.live</title>
|
|
<meta name="description" content="主包工具站" />
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong>
|
|
We're sorry but Vtsuru,live doesn't work properly without JavaScript
|
|
enabled. Please enable it to continue.
|
|
</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|