mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
32 lines
1.0 KiB
HTML
32 lines
1.0 KiB
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="为主播提供便利功能" />
|
|
<script
|
|
async
|
|
src="https://umami.vtsuru.live/script.js"
|
|
data-website-id="05567214-d234-4076-9228-e4d69e3d202f"
|
|
></script>
|
|
|
|
<link rel="preconnect" href="https://rsms.me/" />
|
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
|
<script async src="https://cdn.jsdelivr.net/npm/peerjs@latest/dist/peerjs.min.js"></script>
|
|
</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>
|