diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-05-03 02:04:49 +0200 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-05-03 02:04:49 +0200 |
| commit | 991d76b799fda68673199a7596e41f6854f6112e (patch) | |
| tree | 9bbb02d07bb2c131d7aba39c3edd481ffb986d78 | |
| parent | 1bf4b8e5506c1b76fa453e1ae645410a09934c76 (diff) | |
| download | alias-991d76b799fda68673199a7596e41f6854f6112e.tar.gz | |
Add a favicon. Fix #1.
| -rw-r--r-- | webclient/favicon.ico | bin | 0 -> 2238 bytes | |||
| -rw-r--r-- | webclient/index.html | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/webclient/favicon.ico b/webclient/favicon.ico Binary files differnew file mode 100644 index 0000000..8815cea --- /dev/null +++ b/webclient/favicon.ico diff --git a/webclient/index.html b/webclient/index.html index 93cb286..777e907 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -12,13 +12,15 @@ <script type="text/javascript" src="lib/alias.js"></script> <script type="text/javascript" src="lib/sjcl.js"></script> <link rel="stylesheet" type="text/css" href="style/alias.css" /> + <link rel="shortcut icon" href="favicon.ico" /> </head> <body> + <div id="header"> <span id="logo">Alias</span> <span id="status"></span> </div> - + <div id='login'> <h2>Connection</h2> <div class="content"> |
