1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 10:02:27 +01:00

added the vimperator logo to the help file

This commit is contained in:
Martin Stubenschrott
2007-09-02 14:12:03 +00:00
parent c4758302aa
commit 6cf361b789

View File

@@ -137,7 +137,7 @@ vimperator.help = function(section, easter) //{{{
return ret;
}
var header = '<h1>Vimperator</h1>\n' +
var header = '<h1><img src="chrome://vimperator/content/logo_white.png" alt="Vimperator"></h1>\n' +
'<p class="tagline">First there was a Navigator, then there was an Explorer.\n' +
'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)</p>\n';