xtablo-source/ui/index.html

15 lines
431 B
HTML
Raw Normal View History

2025-02-11 19:56:01 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-03-17 17:06:33 +00:00
<link rel="icon" type="image/jpg+xml" href="/public/icon.jpg" />
2025-02-11 19:56:01 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-03-18 06:52:50 +00:00
<link rel="stylesheet" href="/src/ui-library/theme/index.css" />
2025-02-11 20:15:02 +00:00
<title>XTablo</title>
2025-02-11 19:56:01 +00:00
</head>
<body>
<div id="root"></div>
2025-02-11 20:11:37 +00:00
<script type="module" src="/src/main.tsx"></script>
2025-02-11 19:56:01 +00:00
</body>
</html>