mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
25 lines
655 B
HTML
25 lines
655 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<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="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>
|
||
|
||
<body>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.ts"></script>
|
||
</body>
|
||
</html> |