Skip to content

Commit

Permalink
[style] 修改代码文件路径格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgaoxing committed May 18, 2024
1 parent 82eed71 commit b06191c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
File renamed without changes.
File renamed without changes
19 changes: 19 additions & 0 deletions assets/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo.webp
Binary file not shown.
File renamed without changes.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
<title>玄云海</title>
<meta name="description" content="一个专注于程序与网页设计的组织">
<meta name="keywords" content="OblivionOcean,玄云海,程序设计,网页设计,编程,开发">
<link rel="stylesheet" href="./index.css">
<script src="./sp.js"></script>
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="shortcut icon" href="/assets/img/logo.webp">
<script src="/assets/js/sp.js"></script>
</head>

<body>
Expand Down Expand Up @@ -172,6 +173,7 @@ <h2>联系我们</h2>
</div>
</main>
<script>
document.body.scrollTo(0, 0)
document.addEventListener("DOMContentLoaded", function () {
let tmp = document.body.querySelector(".hero");
tmp.style.marginTop = "0px";
Expand Down

0 comments on commit b06191c

Please sign in to comment.