Skip to content

Commit

Permalink
优化:补充页面LOGO和左上角LOGO
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Dec 18, 2024
1 parent c17e923 commit d653fb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <script src="https://kit.fontawesome.com/910ce80589.js" crossorigin="anonymous"></script> -->
<link rel="shortcut icon" href="ui/logo.ico" type="image/x-icon">
<link rel="bookmark" href="ui/logo.ico" type="image/x-icon">
<link href="fontawesome-5.15.4/css/fontawesome.css" rel="stylesheet">
<link href="fontawesome-5.15.4/css/brands.css" rel="stylesheet">
<link href="fontawesome-5.15.4/css/solid.css" rel="stylesheet">
Expand All @@ -19,7 +21,7 @@
<div class="container">
<header>
<div class="logo">
<a href="">洛曦</a>
<a href="#"><img src="ui/logo.png" alt="洛曦" style="width: 25px;vertical-align: bottom;"></img>洛曦</a>
</div>
<div class="menu">
<ul>
Expand Down

0 comments on commit d653fb5

Please sign in to comment.