* Update branding and links to Zoo Fixes #496 * Update logo to generic * Cleaner zip name
11 lines
227 B
HTML
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>
|