-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (16 loc) · 743 Bytes
/
index.html
File metadata and controls
18 lines (16 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="ZH-cn">
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection" />
<title>ETHICON</title>
<link href="dist/style.css" rel="stylesheet"></head>
<body>
<div id="app">
<router-view></router-view>
</div>
<script type="text/javascript" src="dist/common.js"></script><script type="text/javascript" src="dist/build.js"></script></body>
</html>