Compare commits
No commits in common. "7cabeebb413fa55db9bf5e785f1651aac0d7fd04" and "ba994a6e9f96a4ba9e9e21ebc8aa6b23b0f681c2" have entirely different histories.
7cabeebb41
...
ba994a6e9f
|
@ -93,12 +93,3 @@ h6 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin: 0.5em 0 0 0;
|
margin: 0.5em 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer span {
|
|
||||||
margin: auto;
|
|
||||||
font-family: var(--font);
|
|
||||||
}
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="./index.css" />
|
<link rel="stylesheet" href="./index.css" />
|
||||||
<meta charset="utf8" />
|
|
||||||
<title>Hmtsai的小站</title>
|
<title>Hmtsai的小站</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -49,13 +48,6 @@
|
||||||
<span class="link-span"><a href="https://git.hmtsai.com/hmtsai/hmtsai-cn-homepage">前往 ></a></span>
|
<span class="link-span"><a href="https://git.hmtsai.com/hmtsai/hmtsai-cn-homepage">前往 ></a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
|
|
||||||
<div class="footer">
|
|
||||||
<span>Copyright 2024 <a href="https://hmtsai.cn">Hmtsai</a></span>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue