Files
hothoney/popover/popover.html
2025-12-30 16:45:12 -07:00

20 lines
450 B
HTML

<!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>