25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="color-scheme" content="light">
|
|
<title>{% block title %}红餐观察库{% endblock %}</title>
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='app.css') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='ai-summary.css') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='signals.css') }}">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<a class="brand" href="/" aria-label="返回文章库首页">
|
|
<span class="brand-mark">HC</span>
|
|
<span><b>红餐观察库</b><small>ARTICLE INTELLIGENCE</small></span>
|
|
</a>
|
|
<nav><a href="/">文章库</a><span class="system-dot"></span><span>本地运行</span></nav>
|
|
</header>
|
|
<main>{% block content %}{% endblock %}</main>
|
|
<footer><span>红餐文章本地研究工具</span><span>SQLite · Playwright · Qwen</span></footer>
|
|
{% block scripts %}{% endblock %}
|
|
</body>
|
|
</html>
|