refactor: remove unused code

This commit is contained in:
moonrailgun 2023-10-21 00:19:25 +08:00
parent 7363fcf440
commit 6e259134d7

View File

@ -9,11 +9,5 @@
<body>
<div id="root"></div>
<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>
</html>