2023-05-16 18:20:48 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2024-01-09 06:41:27 -05:00
|
|
|
<title>Zoo Diff Viewer Extension</title>
|
2023-05-16 18:20:48 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|