Files
diff-viewer-extension/index.html
Pierre Jacquier ba51628e50 Update branding and links to Zoo (#498)
* Update branding and links to Zoo
Fixes #496

* Update logo to generic

* Cleaner zip name
2024-01-09 06:41:27 -05:00

11 lines
227 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Zoo Diff Viewer Extension</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>