Pig
This commit is contained in:
32
head.txt
Normal file
32
head.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Konsthol</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="alternate" type="application/atom+xml" title="RSS Feed" href="/rss.xml">
|
||||
<link rel="stylesheet" href="/css/style.css" >
|
||||
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
|
||||
<script>
|
||||
(function(d,t) {
|
||||
var BASE_URL="https://chat.konsthol.eu";
|
||||
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=BASE_URL+"/packs/js/sdk.js";
|
||||
g.defer = true;
|
||||
g.async = true;
|
||||
s.parentNode.insertBefore(g,s);
|
||||
window.chatwootSettings = {
|
||||
darkMode: "dark"
|
||||
};
|
||||
g.onload=function(){
|
||||
window.chatwootSDK.run({
|
||||
websiteToken: 'rYqPF7TtnospKkLhtjf5LkPy',
|
||||
baseUrl: BASE_URL
|
||||
})
|
||||
}
|
||||
})(document,"script");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
Reference in New Issue
Block a user