-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1022 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="在線Markdown文件顯示系統 - 輕鬆查看和分享Markdown文件">
<meta name="keywords" content="markdown, 顯示器, 文件閱讀, markdown預覽, 在線工具">
<meta property="og:title" content="Markdown 顯示系統">
<meta property="og:description" content="在線Markdown文件顯示系統 - 輕鬆查看和分享Markdown文件">
<meta property="og:type" content="website">
<link rel="canonical" href="https://mdviewer.yuanhau.com">
<link rel="icon" type="image/x-icon" href="/vite.svg">
<title>Markdown 顯示系統 | 在線Markdown文件預覽工具</title>
<script defer src="https://vd.yuanhau.com/script.js" data-website-id="50f7b576-798f-4fca-9897-e981d49cc5d5"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>