16 lines
527 B
HTML
16 lines
527 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="bs">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<title>Gogo widget demo</title>
|
||
|
|
<style>body{font-family:system-ui,sans-serif;max-width:640px;margin:60px auto;padding:0 20px;color:#333}</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Demo stranica salona</h1>
|
||
|
|
<p>Ovako izgleda Gogo chat widget na web stranici salona — kliknite na ljubičasti balončić
|
||
|
|
u donjem desnom uglu.</p>
|
||
|
|
<script src="/widget.js" data-gogo-key="{{ key }}" async></script>
|
||
|
|
</body>
|
||
|
|
</html>
|