Tao Zhou | 2e0ceac | 2019-11-13 11:15:47 -0800 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | |
| 4 | <head> |
Ben Rohlfs | 92ec0cd | 2023-03-24 12:46:04 +0100 | [diff] [blame] | 5 | <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 Zhou | 2e0ceac | 2019-11-13 11:15:47 -0800 | [diff] [blame] | 6 | <style> |
| 7 | body { |
Ben Rohlfs | 92ec0cd | 2023-03-24 12:46:04 +0100 | [diff] [blame] | 8 | /* 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 Zhou | 2e0ceac | 2019-11-13 11:15:47 -0800 | [diff] [blame] | 15 | } |
| 16 | </style> |
| 17 | </head> |
| 18 | |
| 19 | <body> |
| 20 | <gdh-app></gdh-app> |
| 21 | <script src="popup.js"></script> |
| 22 | </body> |
| 23 | |
| 24 | </html> |