-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.04 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kotlin China</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="keywords" content="Kotlin,Kotlin-CN,Kotlin-China,Kotlin-wiki">
<meta name="description" content="我们致力于提供最好的Kotlin中文教程 共建最潮流的Kotlin中文社区">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/css/share.min.css"/>
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
<script src="/static/jquery-3.2.1.min.js"></script>
<script src="/static/layer.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/js/social-share.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/social-share.js/1.0.16/js/jquery.share.min.js"></script>
<!--<script src="/static/vConsole.js"></script>-->
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>