<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{TARGET_NAME}</title>
<link rel="stylesheet" href="../../../../node_modules/xterm/css/xterm.css" />
<script src="../../../../node_modules/xterm/lib/xterm.js"></script>
<script src="../../../../node_modules/xterm-addon-fit/lib/xterm-addon-fit.js"></script>
<script src="../../../../node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js"></script>
<style>
body {
background-color: black;
padding: 0;
margin: 0;
overflow: hidden;
}
#cargo-html-console {
padding: 0;
margin: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
}
</style>
</head><body>
<div id="cargo-html-console"></div>
</body></html>