Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: Encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepChirp committed Nov 28, 2023
1 parent 0c27170 commit 636ae67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion frontend/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<link rel="stylesheet" type="text/css" href="css/footer.css"> <!--引入css文件-->
<head>
<meta charset="UTF-8"> <!--编码-->
<link rel="stylesheet" type="text/css" href="css/footer.css"> <!--引入css文件-->
</head>

<footer>
<div class="footer-content">
Expand Down
5 changes: 4 additions & 1 deletion frontend/navbar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<link rel="stylesheet" type="text/css" href="css/navbar.css"> <!--引入css文件-->
<head>
<meta charset="UTF-8"> <!--编码-->
<link rel="stylesheet" type="text/css" href="css/navbar.css"> <!--引入css文件-->
</head>

<div class="navbar">
<div class="nav-logo">
Expand Down
1 change: 1 addition & 0 deletions frontend/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>

<head>
<meta charset="UTF-8"> <!--编码-->
<title>使用的库和资源</title>
</head>

Expand Down

0 comments on commit 636ae67

Please sign in to comment.