blob: 0ceedad7c5f8b79b4e87fc1ffb96bccb9ea71398 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='../js/nassh_deps.concat.js'></script>
<script src='../js/nassh.js'></script>
<script src='../js/crosh.js'></script>
<style>
body {
position: absolute;
padding: 0;
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
#terminal {
display: block;
position: relative;
width: 100%;
height: 100%;
}
</style>
<title>crosh</title>
</head>
<body>
<div id='terminal'></div>
</body>
</html>