blob: c1c5e69b393d556fbe64952a7e297578514ac258 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<base href="chrome://nearby-internals">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<style>
html, body {
margin: 0;
height: 100%;
}
cross-device-internals {
display: flex;
flex-direction: row;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<cross-device-internals></cross-device-internals>
<script type="module" src="cross_device_internals.js"></script>
</body>
</html>