refactor: remove unused code
This commit is contained in:
parent
7363fcf440
commit
6e259134d7
@ -9,11 +9,5 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module" src="/src/client/main.tsx"></script>
|
<script type="module" src="/src/client/main.tsx"></script>
|
||||||
<script>
|
|
||||||
const el = document.createElement('script');
|
|
||||||
el.src = location.origin + '/tracker.js';
|
|
||||||
el.setAttribute('data-website-id', 'clndcbgl90003vyf4uarkfl73'); // For test
|
|
||||||
document.head.append(el);
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user