summaryrefslogtreecommitdiffstats
path: root/design/logos/ll.html
blob: 930ff8f73bc36cc1a15dc68ded0bae232467b96b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>