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

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

View File

@@ -1,14 +1,14 @@
{# 引入base #}
{% extends 'blog/base.html' %}
{% extends 'blog/extension/base.html' %}
{# 引入标题 #}
{% 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>
<!-- 屑站日志 -->
<h3 style="margin: 10px 0 30px 50px;">屑站日志:<br></h3>
@@ -52,11 +52,10 @@
{% endfor %}
</div>
<!-- css 部分 -->
<style>
#posts {
margin: -31% 0 0 60%;
margin: -400px 0 0 60%;
}
/* 日志 */
#logs
@@ -83,5 +82,7 @@
padding-bottom: 5px;
}
/* 日志 */
</style>
{% endblock %}

View File

@@ -5,11 +5,17 @@
padding: 10px;
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>
© 2025 | open-ww3-poject for ww3.tw
<br>
<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="#" style="color: rgb(188, 188, 255);">留言小角</a>
<br>
<br>
联系:

View File

@@ -1,4 +1,5 @@
<head>
<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">
</head>

View File

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