Compare commits

..

No commits in common. "7cabeebb413fa55db9bf5e785f1651aac0d7fd04" and "ba994a6e9f96a4ba9e9e21ebc8aa6b23b0f681c2" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View File

@ -93,12 +93,3 @@ h6 {
font-size: 1em;
margin: 0.5em 0 0 0;
}
.footer {
width:100%;
}
.footer span {
margin: auto;
font-family: var(--font);
}

View File

@ -4,7 +4,6 @@
<head>
<link rel="stylesheet" href="./index.css" />
<meta charset="utf8" />
<title>Hmtsai的小站</title>
</head>
@ -49,13 +48,6 @@
<span class="link-span"><a href="https://git.hmtsai.com/hmtsai/hmtsai-cn-homepage">前往 ></a></span>
</div>
</div>
<br />
<br />
<div class="footer">
<span>Copyright 2024 <a href="https://hmtsai.cn">Hmtsai</a></span>
</div>
</body>
</html>