Files
recommender/packages/frontend/index.html
Jose Henrique e7df7ff244
Some checks failed
Recommender Build and Deploy (internal) / Build Recommender Image (push) Failing after 2m55s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Has been skipped
small changes + icon
2026-03-25 17:46:45 -03:00

16 lines
343 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Recommender</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>