完成paint的展示页面,并且完成图片上传功能

This commit is contained in:
2026-07-08 15:36:48 +08:00
parent 8ab1908e27
commit 690b4e2ed3
4 changed files with 57 additions and 27 deletions

View File

@@ -0,0 +1,13 @@
<html>
<head>
<title>{% block title %}{% endblock %} | ww3</title>
{% block style %}
{# 这里存放style模板的数据 #}
{% endblock %}
</head>
<body>
{% block content %}
{# 这里存放写入模板的数据 #}
{% endblock %}
</body>
</html>