Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 14, 2023
2 parents 114e564 + f440bcb commit e572f05
Show file tree
Hide file tree
Showing 424 changed files with 29,868 additions and 126 deletions.
25 changes: 14 additions & 11 deletions WebSourceCode/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>我的乐库</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/web.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>我的乐库</title>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>
Loading

0 comments on commit e572f05

Please sign in to comment.