diff options
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> |