mirror of
https://github.com/yudai/gotty.git
synced 2026-02-18 14:08:07 +01:00
Show command and hostname in windows title
This commit is contained in:
parent
5ee6356242
commit
67b54b7f20
6 changed files with 113 additions and 53 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>GoTTY</title>
|
||||
<title>{{ .Title }}</title>
|
||||
<style>body {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<script src="hterm.js"></script>
|
||||
<script src="gotty.js"></script>
|
||||
<script src="static/hterm.js"></script>
|
||||
<script src="static/gotty.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue