-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:," />
<title>Paper Daily</title>
<link rel="stylesheet" href="./styles.css" />
</head>
<body data-page="daily" data-edition="public-rss-only">
<div class="shell">
<aside class="side">
<a class="brand" href="./index.html">Paper Daily</a>
<nav class="nav" aria-label="Sections">
<a href="./index.html" data-nav="daily">日报</a>
<a href="./updates.html" data-nav="updates">全部动态</a>
<a href="./sources.html" data-nav="sources">信源</a>
<a href="./customize.html" data-nav="customize">设置</a>
<a href="./changelog.html" data-nav="changelog">更新日志</a>
</nav>
</aside>
<main class="content" id="pageContent"></main>
</div>
<script src="./data/latest.js"></script>
<script src="./app.js"></script>
</body>
</html>