36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/admin-icon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>Yaltopia Ticket Admin</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
<script>
|
|
(function(d, t) {
|
|
var BASE_URL = "https://chat.yaltopia.com/";
|
|
var g = d.createElement(t),
|
|
s = d.getElementsByTagName(t)[0];
|
|
g.src = BASE_URL + "/packs/js/sdk.js";
|
|
g.async = true;
|
|
s.parentNode.insertBefore(g, s);
|
|
g.onload = function() {
|
|
window.chatwootSDK.run({
|
|
websiteToken: "uRqtFfcGpenjUMJwC67HXCaA",
|
|
baseUrl: BASE_URL
|
|
});
|
|
};
|
|
})(document, "script");
|
|
</script>
|
|
</body>
|
|
</html>
|