-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 894 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 894 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
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JRender Plus</title>
<!-- 标题 -->
<meta property="og:title" content="JRender+" />
<!-- 网站名 -->
<meta property="og:site_name" content="JRender Plus" />
<!-- 类型 -->
<meta property="og:type" content="article" />
<!-- 页面地址 -->
<meta property="og:url" content="https://jrender-plus.netlify.app/" />
<!-- 略缩图地址 -->
<!-- <meta property="og:image" content="http://bianhb.com/article_thumbnail.jpg" /> -->
<!-- 页面的简单描述 -->
<meta property="og:description" content="用 yaml 构建页面" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>