-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathimprint.html
54 lines (42 loc) · 1.99 KB
/
imprint.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<title>WebSVN - Imprint</title>
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href="style/common.css" media="all" />
<link rel="stylesheet" type="text/css" href="style/screen.css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="style/print.css" media="print" />
</head>
<body>
<div id="frame">
<div class="header">
<img src="img/logo-websvn.png" alt="" width="315" height="75" />
<h1>About this website</h1>
</div>
<div class="misc">
<h2><a name="content"></a>Content</h2>
<ul>
<li id="lnk_home"><a href="./index.html" title="WebSVN - Online subversion repository browser">Home</a></li>
<li id="lnk_features"><a href="features/index.html" title="WebSVN Features">Features</a></li>
<li id="lnk_download"><a href="https://github.com/websvnphp/websvn/releases" title="Download WebSVN">Download</a></li>
<li id="lnk_contribute"><a href="./index.html#contribute_section" title="How to contribute">Contribute</a></li>
<li id="lnk_docs"><a href="docs/index.html" title="Documentation">Documentation</a></li>
<li id="lnk_links"><a href="./index.html#links_section" title="Links">Links</a></li>
</ul>
</div>
<div class="content">
<h2>WebSVN Developers</h2>
<p>WebSVN has been originally developed by Tim Armes, <a href="http://www.dirk-thomas.net">Dirk Thomas</a> and Quinn Taylor.</p>
<h2>Icon Set</h2>
<p>This website uses the <a href="http://www.famfamfam.com/lab/icons/silk/" rel="nofollow">silk icon set</a> by Mark James</p>
</div>
<br class="clearfix"/>
</div>
<div class="footer">
<a href="imprint.html">Imprint</a>
</div>
</body>
</html>