summaryrefslogtreecommitdiff
path: root/vimperator/content/about.html
blob: 39b7197334f33037a3645cf233323e1f41d7b298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>About:Vimperator</title>
    <link rel="stylesheet" href="chrome://vimperator/skin/about.css" type="text/css" />
    <link rel="icon" href="chrome://vimperator/skin/icon.png" type="image/png" />
  </head>
  <body>
    <div id="main-container">
      <div id="img-container">
        <div id="text-container">
<div style="text-align: center;">
<img src="chrome://vimperator/content/logo.png" alt="Vimperator" />
version 2.1
by Martin Stubenschrott et al.
Vimperator is open source and freely distributable

Sponsor Vimperator development!</div><div style="padding-left: 5em;">type :help sponsor&lt;<span class="key">Enter</span>&gt;      for information

type :q&lt;<span class="key">Enter</span>&gt;                 to exit
type :help&lt;<span class="key">Enter</span>&gt;  or  &lt;<span class="key">F1</span>&gt;    for on-line help
type :help version-2.1&lt;<span class="key">Enter</span>&gt;  for version info
</div>
        </div>
      </div>
    </div>
  </body>
</html>

<!-- vim: set fdm=marker sw=4 ts=4 et: -->