This commit is contained in:
2025-12-30 16:45:12 -07:00
commit d444fc8056
305 changed files with 657998 additions and 0 deletions

19
popover/popover.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Honey</title>
<style>
body {
height: 600px; /* popovers have a max height of 600px */
width: 360px;
padding: 0;
margin: 0;
}
</style>
</head>
<body></body>
<script src="../h1-popover.js"></script>
<script src="../h1-honeyscience-main-popover.js"></script>
<script src="../h1-vendors-main-popover.js"></script>
</html>