Skip to content

Commit

Permalink
Revert "Revert "feat:悬挂备案号""
Browse files Browse the repository at this point in the history
This reverts commit 6825ef7.
  • Loading branch information
songxingguo committed Dec 25, 2024
1 parent 6825ef7 commit 8e58f0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,15 @@ li {
-webkit-text-emphasis-style: "🧠";
text-emphasis-style: "🧠";
}

.footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background-color: gray;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
}
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ <h2>你可以在下面的地方找到我:</h2>
>
</p>
</div>
<footer class="footer">
<a target="_blank" href="https://beian.miit.gov.cn">渝ICP备2024019360号</a>
</footer>
<div class="visitors">
<span id="/" class="leancloud_visitors number" data-flag-title="关于我">
<i class="leancloud-visitors-count orange timer count-number">0</i>
Expand Down

0 comments on commit 8e58f0b

Please # to comment.