You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-fly/static/templates/index.html

32 lines
974 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>独立私有化智能在线客服系统</title>
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css?v=0.5.5" />
</head>
<body>
<style>
.deployLink {
width: 800px;
margin: 150px auto;
background-color: #ecf5ff;
padding: 25px;
color: #0061c5;
border: 1px solid #d9ecff;
line-height: 20px;
font-size: 12px;
font-size: 20px;
}
</style>
<div class="deployLink">
<h1>智能在线客服系统,欢迎您</h1>
<a class="btn btn-primary mt-4" href="/chatIndex?kefu_id=kefu2" target="_blank">访客地址</a>
<a class="btn btn-primary mt-4" href="/login" target="_blank">登录后台</a>
</div>
</body>
</html>