修改主页,感觉还可以
This commit is contained in:
28
templates/blog/mirrors.html
Executable file
28
templates/blog/mirrors.html
Executable file
@@ -0,0 +1,28 @@
|
||||
{% extends '__autoindex__/autoindex.html' %}
|
||||
|
||||
{% block header %}
|
||||
<h1 style="width: 80%; background-color: #fbecec7d; margin-left: auto; margin-right: auto;">index of .</h1>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<style>
|
||||
body {
|
||||
background-image: url('https://moe.jitsu.top/img/?sort=pc');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat; /*禁止平铺*/
|
||||
margin: 0; /* 外边框为0 */
|
||||
}
|
||||
table {
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
<hr>
|
||||
<div style="color: #fb8888; text-align: center;">
|
||||
© 2025 open-ww3-project
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user