<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<style>
html,
body {
height: 100%;
width:100%;
margin: 0;
overflow: hidden;
}
</style>
<link rel="stylesheet" href="//resources/css/text_defaults_md.css">
</head>
<body>
<lens-overlay-app></lens-overlay-app>
<script src="lens_overlay_app.js" type="module"></script>
</body>
</html>