lul
This commit is contained in:
19
popover/popover.html
Normal file
19
popover/popover.html
Normal 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>
|
||||
Reference in New Issue
Block a user