Compare commits
2 Commits
ba994a6e9f
...
7cabeebb41
Author | SHA1 | Date |
---|---|---|
Hmtsai | 7cabeebb41 | |
Hmtsai | 58030d835b |
|
@ -93,3 +93,12 @@ h6 {
|
|||
font-size: 1em;
|
||||
margin: 0.5em 0 0 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.footer span {
|
||||
margin: auto;
|
||||
font-family: var(--font);
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<head>
|
||||
<link rel="stylesheet" href="./index.css" />
|
||||
<meta charset="utf8" />
|
||||
<title>Hmtsai的小站</title>
|
||||
</head>
|
||||
|
||||
|
@ -48,6 +49,13 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue