Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0fc0468 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqdev committed Apr 23, 2024
1 parent d749f68 commit 645e045
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css/index.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/slim-admin/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>slim-admin</title>
<meta name="referrer" content="no-referrer" />
Expand All @@ -26,8 +26,8 @@
background: #ededed;
}
</style>
<script type="module" crossorigin src="/js/index.js"></script>
<link rel="stylesheet" crossorigin href="/css/index.css">
<script type="module" crossorigin src="/slim-admin/js/index.js"></script>
<link rel="stylesheet" crossorigin href="/slim-admin/css/index.css">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion js/index.js

Large diffs are not rendered by default.

0 comments on commit 645e045

Please sign in to comment.