-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrite.html
More file actions
20 lines (20 loc) · 797 Bytes
/
Copy pathwrite.html
File metadata and controls
20 lines (20 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>写作 · 手记与片段</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/fonts.css" media="print" onload="this.media='all'">
</head>
<body class="write mode-insert">
<textarea id="buf" spellcheck="false" aria-label="正文"></textarea>
<div id="cat-hint" hidden></div>
<div id="cmdline-wrap" hidden>
<span id="cmdline"></span>
<input type="text" id="category-input" class="category-input" hidden lang="zh-CN" autocomplete="off" spellcheck="false" aria-label="栏目名" />
</div>
<script src="assets/site-meta.js"></script>
<script src="assets/write.js"></script>
</body>
</html>