first commit
This commit is contained in:
1
芳林公司项目/stest/public/.pydio
Normal file
1
芳林公司项目/stest/public/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
2f489e59-72bb-498a-9f73-fc9b4d17889e
|
||||
BIN
芳林公司项目/stest/public/favicon.ico
Normal file
BIN
芳林公司项目/stest/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
1
芳林公司项目/stest/public/img/.pydio
Normal file
1
芳林公司项目/stest/public/img/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
5239d7ab-6c79-41f9-925a-121214a862e7
|
||||
BIN
芳林公司项目/stest/public/img/header_logo.jpg
Normal file
BIN
芳林公司项目/stest/public/img/header_logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
BIN
芳林公司项目/stest/public/img/logo.png
Normal file
BIN
芳林公司项目/stest/public/img/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
33
芳林公司项目/stest/public/index.html
Normal file
33
芳林公司项目/stest/public/index.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
|
||||
<meta name="format-detection"content="telephone=no, email=no" />
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<meta name="full-screen" content="yes">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="screen-orientation" content="portrait">
|
||||
<meta name="x5-fullscreen" content="true">
|
||||
<meta content="yes" name="apple-mobile-web-app-capable">
|
||||
<meta http-equiv="Page-Enter" Content="revealTrans(Duration=0.5,tansition=10" />
|
||||
<meta http-equiv="Page-Exit" Content="revealTrans(Duration=0.5,transition=12" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
|
||||
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|
||||
<% } %>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user