23 lines
758 B
HTML
23 lines
758 B
HTML
|
{{define "header"}}
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="cn">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<title>在线客服系统</title>
|
||
|
<link rel="stylesheet" href="/static/cdn/element-ui/2.15.7/theme-chalk/index.min.css">
|
||
|
<script src="/static/cdn/vue/2.6.11/vue.min.js"></script>
|
||
|
<script src="/static/cdn/element-ui/2.15.7/index.js"></script>
|
||
|
<script src="/static/cdn/jquery/3.6.0/jquery.min.js"></script>
|
||
|
|
||
|
<script src="/static/js/functions.js"></script>
|
||
|
<script src="/static/js/chat-lang.js?v=20240623"></script>
|
||
|
<link rel="stylesheet" href="/static/css/common.css?v=20240623">
|
||
|
<style>
|
||
|
|
||
|
</style>
|
||
|
|
||
|
</head>
|
||
|
<body class="text-center">
|
||
|
{{end}}
|