-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1015 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>文曲阅读_本地TXT小说阅读器,支持离线模式阅读</title>
<meta
name="description"
content="文曲阅读是一个本地阅读器,主要功能为导入txt小说,解析小说的目录与正文,让用户可以已离线的模式观看本地小说"
/>
<meta
name="keywords"
content="文曲阅读,小说,小说网,离线小说,本地小说,小说离线阅读, 小说导入阅读, 阅读,阅读器,离线阅读器,vue3阅读器,vue3小说阅读器"
/>
<meta property="og:type" content="reader" />
<meta property="og:url" content="txt.akexc.com" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>