init project

This commit is contained in:
2025-11-02 16:10:27 +08:00
commit dcdd617a68
16 changed files with 2409 additions and 0 deletions

9
templates/footer.html Normal file
View 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>