singrdk/base/Applications/WebApps/MapDemo/redmond_sbc.htm

41 lines
829 B
HTML

<html>
<head>
<title>Caffeinate me!</title>
<style type="text/css">
div.whiteBox
{
color: black;
border: solid;
padding: 10px 10px 10px 10px;
background-color: white;
}
</style>
</head>
<body BGCOLOR="#747170" TEXT="#FFFFFF" vlink="0000FF" alink="0000FF" link="0000FF">
<p align="center">
<table cellpadding="10" cellspacing="5" border="0">
<tr>
<td valign=top>
<h1 align="center">In Search of Caffeine</h1>
<large>
<p>Looks like a drive to Redmond is in your future...
<br><div class="whiteBox">
<img src="/blue.bmp"> Seattle's Best Coffee
<br><a href="/redmond_all.htm">Show all chains</a>
<br><a href="/seattle_all.htm">Take me to Seattle instead</a>
</div></td>
<td><img src="/redmond.gif?mask=4" width=400 height=500></td></tr>
</table>
</p>
</large>
</body>
</html>