xtablo-source/apps/external/index.html

13 lines
311 B
HTML
Raw Normal View History

2025-10-21 07:26:28 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-10-23 09:54:45 +00:00
<title>Xtablo External</title>
2025-10-21 07:26:28 +00:00
</head>
<body>
<div id="external-root"></div>
2025-10-23 09:54:45 +00:00
<script type="module" src="/src/main.tsx"></script>
2025-10-21 07:26:28 +00:00
</body>
</html>