Files
citpl_cms_react_express_pos…/preview.html
T
sandhiya-hepl 4b8af23f5f first commit
2026-07-14 15:20:26 +05:30

13 lines
308 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CITPL Preview</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/preview/main.jsx"></script>
</body>
</html>