diff options
Diffstat (limited to 'design/logos/ll.html')
-rw-r--r-- | design/logos/ll.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/design/logos/ll.html b/design/logos/ll.html new file mode 100644 index 000000000..930ff8f73 --- /dev/null +++ b/design/logos/ll.html @@ -0,0 +1,32 @@ +<html> +<head> + <style> +td { + border: 1px solid black; +} + </style> +</head> +<body> +<p> +<a href="ur.html">UR</a> +<b>LL</b> +<a href="lr.html">LR</a> +</p> +<table> +<tr valign="middle"> +<td align="center"> + <img src="LL.png" width="221" height="72" /> +</td> +<td align="center"> + <img src="logo-LL.jpg" width="313" height="93" /> +</td> +</tr> +<tr> +<td colspan="2" align="center"> + <img src="screen-LL.png" width="881" height="393" /> +</td> +</tr> +</table> +</body> +</html> + |