feat:工作台初始化项目。
This commit is contained in:
21
index.html
Normal file
21
index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-Hans-CN">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="Keywords" content="记账平台,健康档案,茅台预约"/>
|
||||
<meta name="Description"
|
||||
content="智聪网络科技"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
|
||||
<meta name="format-detection" content="telephone=no,email=no"/>
|
||||
<meta http-equiv="x-dns-prefetch-control" content="on"/>
|
||||
<link rel="icon" href="/static/favicon.ico" />
|
||||
<link rel="dns-prefetch" href="http://www.qdintc.com"/>
|
||||
<title>智聪网络科技</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user