Files
SPlayer/index.html

24 lines
1.0 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
2023-12-27 16:47:10 +08:00
<head>
<meta charset="UTF-8" />
2024-05-24 11:19:20 +08:00
<link rel="icon" type="image/png" sizes="32x32" href="/imgs/icons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/imgs/icons/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/imgs/icons/apple-touch-icon.png" />
2023-12-27 16:47:10 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%RENDERER_VITE_SITE_TITLE%</title>
<meta name="apple-mobile-web-app-title" content="%RENDERER_VITE_SITE_TITLE%" />
<meta name="author" content="%RENDERER_VITE_SITE_ANTHOR%" />
<meta name="keywords" content="%RENDERER_VITE_SITE_KEYWORDS%" />
<meta name="description" content="%RENDERER_VITE_SITE_DES%" />
2024-05-24 11:19:20 +08:00
<link rel="mask-icon" href="/imgs/icons/safari-pinned-tab.svg" color="#5bbad5" />
2023-12-27 16:47:10 +08:00
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
</head>
2023-01-10 10:50:06 +08:00
2023-12-27 16:47:10 +08:00
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>