PawTrace / frontend /index.html
Elliott Duke
Demo: Dobby hero, photo swaps, revised copy, softened accuracy figures
6d6ee02
Raw
History Blame Contribute Delete
550 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PawTrace β€” Dog Re-identification</title>
<meta name="description" content="Image-based dog re-identification: match a photo of a dog against a database of found dogs." />
<!-- Fonts are self-hosted (see @font-face in src/index.css) β€” no external font CDN. -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>