Add favicon

This commit is contained in:
Iwasaki Yudai 2015-08-30 16:27:40 +09:00
parent e79e78a323
commit ee77ec1b3a
7 changed files with 37 additions and 9 deletions

BIN
resources/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

View file

@ -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>