You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-share/server/frontend/templates/tty-share.in.html

19 lines
424 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>tty-share</title>
</head>
<body>
<div id="terminal"></div>
<div id="settings"></div>
<script type="text/javascript">
window.ttyInitialData = {
wsPath: {{.WSPath}}
}
</script>
<script src="{{.PathPrefix}}/static/tty-share.js"></script>
</body>
</html>