diff options
Diffstat (limited to '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> |