mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
14 lines
363 B
HTML
14 lines
363 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>GoTTY</title>
|
|
<style>body, #terminal {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
</head>
|
|
<body>
|
|
<div id="terminal"></div>
|
|
<script src="./js/hterm.js"></script>
|
|
<script src="./js/gotty.js"></script>
|
|
</body>
|
|
</html>
|