update footer style

This commit is contained in:
Nofated095 2023-05-09 19:27:49 +08:00
parent 64c3e784b5
commit 466eaf1562
1 changed files with 11 additions and 13 deletions

View File

@ -8,9 +8,8 @@
<link rel="icon" href="https://cdn.nofated.win/mc">
<link rel="preload" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="./assets/index.css" as="style"
onload="this.onload=null;this.rel='stylesheet'">
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin>
<link rel="preload" href="./assets/index.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin>
<noscript>
<link rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="./assets/index.css">
@ -90,8 +89,7 @@
class="fa-brands fa-github"></i></span>
<span class="icon" target="_blank" onclick="javascript:window.open('https://twitter.com/nofated095')"><i
class="fa-brands fa-twitter"></i></span>
<span class="icon"
target="_blank" onclick="javascript:window.open('https://t.me/Nofated')"><i
<span class="icon" target="_blank" onclick="javascript:window.open('https://t.me/Nofated')"><i
class="fa-brands fa-telegram"></i>
</span>
<span class="icon" target="_blank" onclick="javascript:window.open('mailto:i@nof.moe')">
@ -121,16 +119,16 @@
</div>
</section>
<footer class="footer">
<div class="content has-text-centered font-mono">
<p class="light">
Made by <a href="#">Nofated095</a>.
<br>
<a target="_blank" href='https://icp.gov.moe/?keyword=20230721'>萌 ICP 备 20230721 号</a>
</p>
<div class="content is-flex is-justify-content-center has-text-centered font-mono">
<div class="columns is-desktop">
<div class="column is-narrow">Copyright © 2023 Nofated095</div>
<div class="column is-narrow">
<a href="https://icp.gov.moe/?keyword=20230721" target="_blank">萌 ICP 备 20230721 号</a>
</div>
</div>
</div>
</footer>
</body>
</html>
</html>