update html title for sharing page

This commit is contained in:
sawka 2023-04-05 18:15:53 -07:00
parent 5bad7b633f
commit 810baa0dfb
3 changed files with 2 additions and 0 deletions

BIN
webshare/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>[prompt] Shared Terminal Session</title>
<meta charset="UTF-8">
<base href="/">
<script charset="UTF-8" src="/dist-dev/webshare.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>[prompt] Shared Terminal Session</title>
<meta charset="UTF-8">
<base href="/">
<script charset="UTF-8" src="/dist/webshare.js"></script>