|
|
|
@ -1,39 +1,24 @@
|
|
|
|
<!doctype html>
|
|
|
|
<html lang="zh-TW">
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>恭喜,站点创建成功!</title>
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<style>
|
|
|
|
<meta name="keywords" content="" />
|
|
|
|
.container {
|
|
|
|
<meta name="author" content="" />
|
|
|
|
width: 60%;
|
|
|
|
<link rel="manifest" href="/m/manifest.json" />
|
|
|
|
margin: 10% auto 0;
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
<link rel="icon" href="/m/favicon.ico" type="image/x-icon" />
|
|
|
|
padding: 2% 5%;
|
|
|
|
<link rel="apple-touch-icon" href="/m/favicon.ico" />
|
|
|
|
border-radius: 10px
|
|
|
|
<meta name="theme-color" content="#0baf9a" />
|
|
|
|
}
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
ul {
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Fastkart" />
|
|
|
|
padding-left: 20px;
|
|
|
|
<meta name="msapplication-TileImage" content="/assets/images/favicon.png" />
|
|
|
|
}
|
|
|
|
<meta name="msapplication-TileColor" content="#FFFFFF" />
|
|
|
|
|
|
|
|
<meta http-equiv="refresh" content="0;url= /m">
|
|
|
|
ul li {
|
|
|
|
<title>Slash電商</title>
|
|
|
|
line-height: 2.3
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
|
|
|
color: #20a53a
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div id="app"></div>
|
|
|
|
<h1>恭喜, 站点创建成功!</h1>
|
|
|
|
|
|
|
|
<h3>这是默认index.html,本页面由系统自动生成</h3>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li>本页面在FTP根目录下的index.html</li>
|
|
|
|
|
|
|
|
<li>您可以修改、删除或覆盖本页面</li>
|
|
|
|
|
|
|
|
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|