Commit a40c468a by Iwasaki Yudai

Format and fix typo

1 parent c958d0c3
......@@ -6,6 +6,7 @@ resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
bindata:
mkdir bindata
bindata/hterm.js: bindata libapps/hterm/js/*.js
cd libapps && \
LIBDOT_SEARCH_PATH=`pwd` ./libdot/bin/concat.sh -i ./hterm/concat/hterm_all.concat -o ../bindata/hterm.js
......
......@@ -6,7 +6,6 @@
var term;
ws.onopen = function(event) {
hterm.defaultStorage = new lib.Storage.Local()
......
<!doctype html>
<html>
<head>
<title>GoTTy</title>
<title>GoTTY</title>
<style>body {height: 100%; width: 100%; margin: 0px;}</style>
</head>
<body>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!