Dustgaard
by Dustgaard
~1 min read

Categories

  • Tech

First Webpage from 2005

Well, this is a good test to determine if being nostalgic and sharing old code/websites will work smoothly or end int flames. The code was simple and clean. Hopefully I can fix the image block too.

     
   
     
     
© Dustgaard Inc. 2005    
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Dustgaard - Main Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style2 {font-size: 12px}
-->
</style>
</head>

<body>
<div align="center">
  <table width="800" height="548" border="0">
    <tr>
      <td height="76" colspan="3"><div align="center"><img src="Images/dustgaard.gif" width="327" height="72"></div></td>
    </tr>
    <tr>
      <td height="48" colspan="3"> </td>
    </tr>
    <tr>
      <td width="180" height="393"> </td>
      <td width="418"> </td>
      <td width="180"> </td>
    </tr>
    <tr bgcolor="#FFFFFF">
      <td height="12" colspan="3"><div align="center">
        <p><span class="style2">© Dustgaard Inc. 2005 </span><br>
          </p>
      </div></td>
    </tr>
  </table>
</div>
</body>
</html>