From 8734cb300e8db76717eb1137985a5b1d9bdfbf45 Mon Sep 17 00:00:00 2001 From: Zhi Wang Date: Tue, 18 Jan 2022 08:21:37 -0500 Subject: [PATCH] add icons --- README.md | 1 + assets/img/record.svg | 1 + assets/template/index.html | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100755 assets/img/record.svg diff --git a/README.md b/README.md index 25aa2c4..cbb850d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This program is written in the [go programming language](https://go.dev/), using The workflow is simple, the client will initiate a terminal window (xterm.js) and create a websocket with the server, which relays the data between pty and xterm. You can customize the look and feel of the HTML pages by editing files under the ```assets``` directory. +Most icons were provided by [fontawesome](https://fontawesome.com/) under this [license](https://fontawesome.com/license). ## Installation diff --git a/assets/img/record.svg b/assets/img/record.svg new file mode 100755 index 0000000..b74550d --- /dev/null +++ b/assets/img/record.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/template/index.html b/assets/template/index.html index 9edb51f..b1ea386 100644 --- a/assets/template/index.html +++ b/assets/template/index.html @@ -41,11 +41,13 @@