Add a favicon

This commit is contained in:
Gregory Soutade 2014-06-10 20:40:53 +02:00
parent ee75e0ea06
commit de0a443ebb
3 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,8 @@ else
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link rel="stylesheet" type="text/css" href="ressources/gpass.css" />
<link rel="icon" type="image/png" href="ressources/favicon.png" />
<link rel="stylesheet" type="text/css" href="ressources/gpass.css" />
<script language="javascript">
<?php
echo "pkdbf2_level=$PKDBF2_LEVEL;\n";

BIN
server/ressources/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -348,7 +348,7 @@ function update_master_key(warning_unciphered)
{
current_user = user;
document.title = "gPass : global Password - " + current_user;
document.title = "gPass - " + current_user;
list_all_entries(current_user);