diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2011-05-03 03:05:33 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2011-05-03 03:05:33 -0400 |
| commit | 312583b52777046637c942f840ae77e9bd4175ad (patch) | |
| tree | 65736641c5f6511f74200385e50774d568b459b5 | |
| parent | 76ae36901e9fb7bd9cc07162afd05ba41242fc1c (diff) | |
| parent | 991d76b799fda68673199a7596e41f6854f6112e (diff) | |
| download | alias-312583b52777046637c942f840ae77e9bd4175ad.tar.gz | |
Merge branch 'master' of alias.fr.nf:alias
| -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"> |
