diff options
author | Christian Pointner <equinox@anytun.org> | 2008-03-07 23:57:59 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-03-07 23:57:59 +0000 |
commit | 65441f30873ab3f8ba7482ecd82d02192deda7aa (patch) | |
tree | 2061001b8e56ba72167d90b464d507d7f31bc17d | |
parent | (no commit message) (diff) |
added html test for anytun logo
-rw-r--r-- | logo/Logo_ANYTUN-bw-text.png | bin | 0 -> 8339 bytes | |||
-rw-r--r-- | logo/test.html | 24 |
2 files changed, 24 insertions, 0 deletions
diff --git a/logo/Logo_ANYTUN-bw-text.png b/logo/Logo_ANYTUN-bw-text.png Binary files differnew file mode 100644 index 0000000..133505f --- /dev/null +++ b/logo/Logo_ANYTUN-bw-text.png diff --git a/logo/test.html b/logo/test.html new file mode 100644 index 0000000..c3360e1 --- /dev/null +++ b/logo/test.html @@ -0,0 +1,24 @@ +<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> |