<!DOCTYPE HTML> | |
<html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
<meta charset="utf-8"> | |
<style> | |
html, body { | |
height: 100%; | |
margin: 0; | |
padding: 0; | |
} | |
* { | |
font-family: system-ui; | |
} | |
</style> | |
<link rel="stylesheet" href="chrome://theme/colors.css?sets=ui,chrome"> | |
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | |
<webui-browser-app></webui-browser-app> | |
<script type="module" src="webui_browser.js"></script> | |
</html> |