Files
formbricks-formbricks/packages/js/index.html
T
2023-12-19 08:07:52 +00:00

23 lines
683 B
HTML

<head>
<script type="text/javascript">
!(function () {
var t = document.createElement("script");
(t.type = "text/javascript"),
(t.async = !0),
(t.src = "./dist/index.umd.js");
var e = document.getElementsByTagName("script")[0];
e.parentNode.insertBefore(t, e),
setTimeout(function () {
window.formbricks.init({
environmentId: "clqb88h3k000a5xyb5zifl824",
apiHost: "http://localhost:3000",
debug: true,
});
}, 500);
})();
</script>
</head>
<body style="background-color: #fff">
<p>This is my sample page using the Formbricks JS javascript widget</p>
</body>