31 lines
688 B
HTML
31 lines
688 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Digi International Inc. - Welcome!</title>
|
|
<style type="text/css">
|
|
html, body, #wrapper {
|
|
height:100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<table id="wrapper">
|
|
<tr>
|
|
<td align="center" valign="middle">
|
|
<a href="http://www.digiembedded.com" target="_self">
|
|
<img src="digi.gif" alt="Digi International Inc." border="0">
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|
|
|