-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.66 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.66 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
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<title>Coding Life admin | 开发者共创的博客平台 | 分享你的代码与生活</title>
<meta name="keywords" content="Coding Life,编程与人生,个人博客,全栈开发,个人网站,css3,html5,前端博客,前端技术,css3学习,前端">
<meta name="description" content="Coding Life 是一个源码开源的博客社区,用Markdown书写我们的技术与生活。开发者可自由注册发布技术文章或生活随笔,在这里你将遇到更多志趣相同的小伙伴。">
<link rel="icon" href="static/favicon.ico">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Coding Life admin",
"url": "https://codinglife.online/admin",
"description": "码语人生技术社区的管理中枢系统,提供文章审核、用户权限管理、数据看板等功能,助力开发者高效运营开源博客与生活随笔平台。",
"keywords": ["技术社区管理", "开源博客后台", "Markdown审核", "开发者权限控制"],
"potentialAction": {
"@type": "SearchAction",
"target": "https://codinglife.online/search?q={search_term}",
"query-input": "required name=search_term"
}
}
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<!--整个应用就这一个页面。从main.js将第一个组件渲染追加进来开始,其余组件切换通过路由管理-->