<!doctype html> | |
<html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
<head> | |
<meta charset="utf-8"> | |
<title>$i18n{componentsTitle}</title> | |
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | |
<link rel="stylesheet" href="components.css"> | |
</head> | |
<body> | |
<div id="body-container" style="visibility:hidden"> | |
<div id="header"><h1>$i18n{componentsTitle}</h1></div> | |
<div id="component-placeholder"></div> | |
</div> | |
<script type="module" src="components.js"></script> | |
</body> | |
</html> |