2023-08-31 13:17:57 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-09-15 16:03:20 +00:00
|
|
|
<title>Tianji - Insight into everything</title>
|
2023-08-31 13:17:57 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/client/main.tsx"></script>
|
2023-09-03 11:28:53 +00:00
|
|
|
<script>
|
|
|
|
const el = document.createElement('script');
|
|
|
|
el.src = location.origin + '/tracker.js';
|
2023-09-19 11:29:28 +00:00
|
|
|
el.setAttribute('data-website-id', '1003c2f3-5cc0-482d-b081-53d8e4858b5d'); // For test
|
2023-09-03 11:28:53 +00:00
|
|
|
document.head.append(el);
|
|
|
|
</script>
|
2023-08-31 13:17:57 +00:00
|
|
|
</body>
|
|
|
|
</html>
|