<!DOCTYPE html> | |
<html> | |
<head> | |
<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" /> | |
<style> | |
body { | |
/* 800x600 is the maximum that extensions are allowed to use. */ | |
min-width: 780px; | |
margin: 0; | |
border: 0; | |
padding: 0; | |
font-family: Roboto, sans-serif; | |
font-size: 13px; | |
} | |
</style> | |
</head> | |
<body> | |
<gdh-app></gdh-app> | |
<script src="popup.js"></script> | |
</body> | |
</html> |