frontend_chat/index.html

18 lines
588 B
HTML
Raw Permalink Normal View History

2024-09-11 09:18:12 +07: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" />
<title>Vite + React</title>
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="./node_modules/preline/dist/preline.js"></script>
<script src="../scripts/js/open-modals-on-init.js"></script>
</body>
</html>