summaryrefslogtreecommitdiff
path: root/logo/test.html
blob: c3360e1ed029e60a006d363568b0bdcaf0f8f228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>