* fix(HH-530): replace user-facing Chatwoot branding * fix(HH-530): close branding review blockers * test(HH-530): cover update banner binding --------- Co-authored-by: Rogee <rogee@ipao.vip>
17 lines
643 B
HTML
17 lines
643 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=0" />
|
|
<title>GoChat</title>
|
|
<link rel="icon" type="image/svg+xml" href="/brand-assets/logo_thumbnail.svg" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<script vite-ignore src="/runtime-config.js"></script>
|
|
</head>
|
|
<body class="text-slate-600">
|
|
<div id="app"></div>
|
|
<noscript id="noscript">This app works best with JavaScript enabled.</noscript>
|
|
<script type="module" src="/app/javascript/entrypoints/dashboard.js"></script>
|
|
</body>
|
|
</html>
|