-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 804 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React Native热更新-RNKit云服务</title>
<meta name="keywords" content="云服务,云推送,ReactNative"/>
<style>*{box-sizing:border-box}#app{font-family:'Avenir', Helvetica, Arial, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}.page-enter-active,.page-leave-active{transition:opacity 1s}.page-enter,.page-leave-active{opacity:0}.package-upload .el-upload__inner.el-dragger{width:100%;height:120px}.package-upload .el-dragger .el-icon-upload{margin:10px 0 10px}</style>
</head>
<body>
<div id="app">
<transition name="page">
<router-view></router-view>
</transition>
</div>
<!-- built files will be auto injected -->
</body>
</html>