mirror of
https://github.com/RhenCloud/Cloud-Index.git
synced 2025-12-06 15:26:10 +08:00
init project
This commit is contained in:
9
templates/footer.html
Normal file
9
templates/footer.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<footer class="site-footer">
|
||||
<div class="container-footer">
|
||||
<span>© {{ current_year if current_year else '2025' }} RhenCloud</span>
|
||||
<span>·</span>
|
||||
<a href="https://github.com/RhenCloud/R2-Index" target="_blank" rel="noopener">GitHub</a>
|
||||
<span>·</span>
|
||||
<a href="mailto:i@rhen.cloud">联系</a>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user