blob: 54930225f7731383583c203f2b6176925300639f [file] [log] [blame]
Tao Zhou2e0ceac2019-11-13 11:15:47 -08001<!DOCTYPE html>
2<html>
3
4<head>
Ben Rohlfs92ec0cd2023-03-24 12:46:04 +01005 <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
Tao Zhou2e0ceac2019-11-13 11:15:47 -08006 <style>
7 body {
Ben Rohlfs92ec0cd2023-03-24 12:46:04 +01008 /* 800x600 is the maximum that extensions are allowed to use. */
9 min-width: 780px;
10 margin: 0;
11 border: 0;
12 padding: 0;
13 font-family: Roboto, sans-serif;
14 font-size: 13px;
Tao Zhou2e0ceac2019-11-13 11:15:47 -080015 }
16 </style>
17</head>
18
19<body>
20 <gdh-app></gdh-app>
21 <script src="popup.js"></script>
22</body>
23
24</html>