eli02's picture
update: Add frontend build script, enhance .gitignore, and update dependencies in requirements.txt
bce0331
raw
history blame contribute delete
349 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EnlightenQalb Results</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="./index.jsx"></script>
</body>
</html>