2011-05-28 00:46:41 UTC
previous
next
<!doctype html>
<html>
<head>
<title>Test 123</title>
<style type="text/css">
#terminal {
background: #000000;
color: #ffffff;
}
</style>
</head>
<body>
<!-- <script src="closure-library/closure/goog/base.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="lib/netos.js"></script>
<canvas id="terminal" width="640" height="480"></canvas>
</body>
</html>