mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
20 lines
592 B
HTML
20 lines
592 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Cloud Home</title>
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<!-- NeteaseMiniPlayer v2 CSS -->
|
|
<link rel="stylesheet" href="https://api.hypcvgm.top/NeteaseMiniPlayer/netease-mini-player-v2.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<!-- NeteaseMiniPlayer v2 JS -->
|
|
<script src="/js/netease-mini-player-v2.js"></script>
|
|
</body>
|
|
|
|
</html> |