blob: f1614002c8dae7aa92c6d8d969bc439d781f1e33 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='../js/nassh_deps.concat.js'></script>
<script src='../js/nassh.js'></script>
<script src='../js/nassh_command_instance.js'></script>
<script src='../js/nassh_google_relay.js'></script>
<script src='../js/nassh_main.js'></script>
<script src='../js/nassh_preference_manager.js'></script>
<script src='../js/nassh_stream.js'></script>
<script src='../js/nassh_stream_google_relay.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>
</head>
<body>
<div id='terminal'></div>
</body>
</html>