mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Add favicon
This commit is contained in:
parent
e79e78a323
commit
ee77ec1b3a
7 changed files with 37 additions and 9 deletions
BIN
resources/favicon.png
Normal file
BIN
resources/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 863 B |
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>GoTTY</title>
|
||||
<style>body, #terminal {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div id="terminal"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue