Tesco_AI_Support / frontend /index.html
alaselababatunde's picture
Updated
25b48c0
raw
history blame contribute delete
353 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/public/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> Tesco AI Support </title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>