Krishna Srinivas
11 years ago
7 changed files with 70 additions and 14 deletions
@ -0,0 +1,30 @@ |
|||
<!doctype html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<title>wtf</title> |
|||
<script src="hterm_all.js"></script> |
|||
<script src="hterm.js"></script> |
|||
<script src="wetty.js"></script> |
|||
<style> |
|||
html, |
|||
body { |
|||
height: 100%; |
|||
width: 100%; |
|||
margin: 0px; |
|||
} |
|||
#terminal { |
|||
display: block; |
|||
position: relative; |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
</style> |
|||
</head> |
|||
|
|||
<body> |
|||
<div id="terminal"></div> |
|||
</body> |
|||
|
|||
</html> |
Loading…
Reference in new issue