diff options
author | Christian Pointner <equinox@anytun.org> | 2009-12-05 13:33:22 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-12-05 13:33:22 +0000 |
commit | cf0c74e107c5b56fd3f0b425e1e103f4bb47c1ff (patch) | |
tree | 3f65b33b11bf302b9c7da533ba8541b5cfc58ced /logo/test.html | |
parent | updated ChangeLog for release (diff) |
removed common stuff (moved to repo anytun-common)
Diffstat (limited to 'logo/test.html')
-rw-r--r-- | logo/test.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/logo/test.html b/logo/test.html deleted file mode 100644 index c3360e1..0000000 --- a/logo/test.html +++ /dev/null @@ -1,24 +0,0 @@ -<html> -<head> -<title>anytun Logo Farbtest</title> -<style type="text/css"> -body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px } -</style> -</head> -<body> -<center style="margin: 0px; padding: 0px"> -<div style="background: black;padding: 320px; margin: 0px"> -<img src="Logo_ANYTUN-bw.png"> -</div> -<div style="background: darkblue;padding: 320px; margin: 0px"> -<img src="Logo_ANYTUN-bw.png"> -</div> -<div style="background: red;padding: 320px; margin: 0px"> -<img src="Logo_ANYTUN-bw.png"> -</div> -<div style="background: orange;padding: 320px; margin: 0px"> -<img src="Logo_ANYTUN-bw.png"> -</div> -</center> -</body> -</html> |