Files
AlgerMusicPlayer/index.html

25 lines
661 B
HTML
Raw Normal View History

2023-12-18 19:39:36 +08:00
<!DOCTYPE html>
<html lang="zh">
2024-05-22 15:38:43 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>网抑云 | algerkong</title>
<link rel="manifest" href="./public/manifest.json" />
<link rel="stylesheet" href="./public/icon/iconfont.css" />
<link rel="stylesheet" href="./public/css/animate.css" />
<link rel="stylesheet" href="./public/css/base.css" />
<style>
:root {
--animate-delay: 0.5s;
}
</style>
</head>
2023-12-18 19:39:36 +08:00
2024-05-22 15:38:43 +08:00
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2023-12-18 19:39:36 +08:00
</html>