-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 1.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
<style>
html,
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
margin: 0;
padding: 0;
}
</style>
<title>noticeable-sample-lit</title>
<script>
!function(){const e=['debug','destroy','do','help','identify','is','off','on','ready','render','reset','safe','set'];if(window.noticeable)console.warn('Noticeable SDK code snippet loaded more than once');else{const n=function(e){return function(){const n=Array.prototype.slice.call(arguments);return n.unshift(e),t.push(n),t}}; var t=window.noticeable=window.noticeable||[];!function(){for(let o=0;o<e.length;o++){const r=e[o];t[r]=n(r)}}(),function(){const e=document.createElement('script');e.async=!0,e.src='https://sdk.noticeable.io/l.js';const n=document.head;n.insertBefore(e,n.firstChild)}()}}();
</script>
</head>
<body>
<noticeable-sample-lit></noticeable-sample-lit>
<script type="module" src="./out-tsc/src/noticeable-sample-lit.js"></script>
</body>
</html>