Files
tliu93 1805d5d8ea
pytest / test (push) Successful in 40s
pytest / test (pull_request) Successful in 41s
Finalize first Python release
2026-04-20 20:40:04 +02:00

17 lines
391 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{{ app_name }}{% endblock %}</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="/static/styles.css">
</head>
<body>
<main class="shell">
{% block content %}{% endblock %}
</main>
</body>
</html>