This commit is contained in:
神楽坂 白 2023-10-31 09:12:57 +08:00
parent 93785f7719
commit 2a4ea5a3d8
2 changed files with 6 additions and 2 deletions

View File

@ -73,7 +73,9 @@
</div> </div>
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<span class="text-muted">版权所有 © 2023</span> <a href="https://github.com/996icu/996.ICU/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Anti%20996-blue.svg" alt="996 license" /></a>
<span class="text-muted">© 2023 临时邮箱. All rights reserved.</span>
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
</div> </div>
</footer> </footer>
</div> </div>

View File

@ -162,7 +162,9 @@
</div> </div>
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
<span class="text-muted">版权所有 © 2023</span> <a href="https://github.com/996icu/996.ICU/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Anti%20996-blue.svg" alt="996 license" /></a>
<span class="text-muted">© 2023 临时邮箱. All rights reserved.</span>
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
</div> </div>
</footer> </footer>
</div> </div>