....
This commit is contained in:
38
front/index.html
Normal file
38
front/index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ch" manifest="IGNORE.manifest">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!--no-cache浏览器会缓存,但刷新页面或者重新打开时 会请求服务器,服务器可以响应304,如果文件有改动就会响应200-->
|
||||
<meta http-equiv="cache-control" content="max-age=0" />
|
||||
<meta http-equiv="cache-control" content="no-cache" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
|
||||
<meta http-equiv="pragma" content="no-cache" />
|
||||
|
||||
<meta name="apple-touch-fullscreen" content="YES" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,viewport-fit=cover" />
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>
|
||||
平安业绩发布会邀请函
|
||||
</title>
|
||||
<link href="static/js/Web3Library.js" rel="prefetch"><link href="static/js/chunk-vendors.js" rel="preload" as="script"><link href="static/js/index.js" rel="preload" as="script"></head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but 平安业绩发布会邀请函 doesn't work properly without JavaScript enabled.
|
||||
Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- loading -->
|
||||
<div class="loading-container" id="loadingContainer">
|
||||
<div class="loader"></div>
|
||||
</div>
|
||||
<!-- built files will be auto injected -->
|
||||
<script type="text/javascript" src="static/js/chunk-vendors.js"></script><script type="text/javascript" src="static/js/index.js"></script></body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user