Skip to content

Commit

Permalink
use local css file
Browse files Browse the repository at this point in the history
  • Loading branch information
uzxn committed Aug 7, 2024
1 parent a2985e4 commit 96781ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:,i,b">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ajusa/lit@latest/dist/lit.css">
<link rel="stylesheet" href="https://fonts.googleapis.cn/css?family=Nunito:,i,b">
<link rel="stylesheet" href="./lit.css">
<title>单曲 ACC 计算器</title>
<script src="./acc.js"></script>
</head>
Expand Down
1 change: 1 addition & 0 deletions lit.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96781ae

Please sign in to comment.