误打误撞成功了,赶紧提交

This commit is contained in:
2025-12-29 10:54:51 +08:00
parent 4266c8ac5c
commit 8373794f11
7 changed files with 19 additions and 11 deletions

View File

View File

@@ -3,13 +3,13 @@
<html> <html>
<title>{% block title %}{% endblock %} | ww3</title> <title>{% block title %}{% endblock %} | ww3</title>
<body> <body>
<div id="logs_and_page"> <div id="content">
{% block logs_and_page %} {% block content %}
{# 这里存放写入模板的数据 #} {# 这里存放写入模板的数据 #}
{% endblock %} {% endblock %}
</div> </div>
{% include 'blog/footer.html' %} {% include 'blog/include/footer.html' %}
</body> </body>
</html> </html>
@@ -24,7 +24,7 @@
color: black; color: black;
font-weight: bold; font-weight: bold;
} }
#logs_and_page { #content {
margin: 0 0 0 0; margin: 0 0 0 0;
margin-left: 5%; margin-left: 5%;
width: 90%; width: 90%;

View File

@@ -1,14 +1,14 @@
{# 引入base #} {# 引入base #}
{% extends 'blog/base.html' %} {% extends 'blog/extension/base.html' %}
{# 引入标题 #} {# 引入标题 #}
{% block title %}首页{% endblock %} {% block title %}首页{% endblock %}
{% include 'blog/head.html' %} {% include 'blog/include/head.html' %}
{% include 'blog/wallpaper.html' %} {% include 'blog/include/wallpaper.html' %}
{% block logs_and_page %} {% block content %}
<h1>欢迎访问open-ww3-project</h1> <h1>欢迎访问open-ww3-project</h1>
<!-- 屑站日志 --> <!-- 屑站日志 -->
<h3 style="margin: 10px 0 30px 50px;">屑站日志:<br></h3> <h3 style="margin: 10px 0 30px 50px;">屑站日志:<br></h3>
@@ -52,11 +52,10 @@
{% endfor %} {% endfor %}
</div> </div>
<!-- css 部分 --> <!-- css 部分 -->
<style> <style>
#posts { #posts {
margin: -31% 0 0 60%; margin: -400px 0 0 60%;
} }
/* 日志 */ /* 日志 */
#logs #logs
@@ -83,5 +82,7 @@
padding-bottom: 5px; padding-bottom: 5px;
} }
/* 日志 */ /* 日志 */
</style> </style>
{% endblock %} {% endblock %}

View File

@@ -5,11 +5,17 @@
padding: 10px; padding: 10px;
margin-top: 0; margin-top: 0;
"> ">
<div style="text-align: left;">
无情ta站:
<a href="https://1win.eu.org/" style="color: rgb(188, 188, 255);">1win</a>
<a href="https://jvav.1win.eu.org/" style="color: rgb(188, 188, 255);">jvav</a>
</div>
<hr> <hr>
© 2025 | open-ww3-poject for ww3.tw © 2025 | open-ww3-poject for ww3.tw
<br> <br>
<a href="https://wiki.ww3.tw/doku.php?id=zh_cn:skimrme" style="color: rgb(188, 188, 255);">关于站长</a> <a href="https://wiki.ww3.tw/doku.php?id=zh_cn:skimrme" style="color: rgb(188, 188, 255);">关于站长</a>
<a href="{{ url_for('blog.sitemap') }}" style="color: rgb(188, 188, 255);">网页地图</a> <a href="{{ url_for('blog.sitemap') }}" style="color: rgb(188, 188, 255);">网页地图</a>
<a href="#" style="color: rgb(188, 188, 255);">留言小角</a>
<br> <br>
<br> <br>
联系: 联系:

View File

@@ -1,4 +1,5 @@
<head> <head>
<meta charset="utf-8" lang="zh_CN"> <meta charset="utf-8" lang="zh_CN">
<meta name="viewport" content="width=device-width, initial-scale=0.4">
<link rel="icon" type="image/x-icon" href="/static/icon/original.ico"> <link rel="icon" type="image/x-icon" href="/static/icon/original.ico">
</head> </head>

View File

@@ -17,7 +17,7 @@
<p>在这里,我会分享我学到的计算机知识或者记录一些自己经常碰到的问题</p> <p>在这里,我会分享我学到的计算机知识或者记录一些自己经常碰到的问题</p>
</div> </div>
<div id="wallpaper"> <div id="wallpaper">
{% include 'blog/navbar.html' %} {% include 'blog/include/navbar.html' %}
<br> <br>
<div style="text-align: center; <div style="text-align: center;
font-weight: bolder; font-weight: bolder;