添加版权信息
This commit is contained in:
parent
ba994a6e9f
commit
58030d835b
|
@ -93,3 +93,12 @@ 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);
|
||||||
|
}
|
||||||
|
|
|
@ -48,6 +48,13 @@
|
||||||
<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