diff options
Diffstat (limited to 'webclient/index.html')
| -rw-r--r-- | webclient/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
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"> |
