Files
AlgerMusicPlayer/index.html

25 lines
655 B
HTML
Raw Normal View History

2023-12-18 19:39:36 +08:00
<!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" />
2023-12-19 14:42:53 +08:00
<link rel="stylesheet" href="./public/css/base.css" />
2023-12-18 19:39:36 +08:00
<style>
:root {
--animate-delay: 0.5s;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>