Skip to content

Commit

Permalink
feat: icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjjj committed Oct 11, 2024
1 parent 11ec63a commit 20b3635
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
Binary file added hongluan-icons/assets/favicon.b3b7d82b.ico
Binary file not shown.
1 change: 1 addition & 0 deletions hongluan-icons/assets/index.094fbdf7.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions hongluan-icons/assets/index.2c23a74a.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions hongluan-icons/assets/vendor.97040c32.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions hongluan-icons/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./assets/favicon.b3b7d82b.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>鸿鸾SVG Icons</title>
<script type="module" crossorigin src="./assets/index.2c23a74a.js"></script>
<link rel="modulepreload" href="./assets/vendor.97040c32.js">
<link rel="stylesheet" href="./assets/index.094fbdf7.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 20b3635

Please sign in to comment.