2023-08-31 13:17:57 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-10-13 13:50:17 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
2023-08-31 13:17:57 +00:00
|
|
|
<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>
|
|
|
|
</body>
|
|
|
|
</html>
|