28 lines
817 B
HTML
Executable File
28 lines
817 B
HTML
Executable File
{% 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="text-align: right; color: #fb8888; background-color: rgba(229, 229, 255, 0); width: 300px; margin: -13.82% 0 0 70.45%;">
|
|
© 2025 open-ww3-project
|
|
</div>
|
|
{% endblock %} |