Website re-design samples (circa Jun 2005)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

31 lines
846 B

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>vipexpress.com</title>
  5. <link href="/styles/base.css" rel="stylesheet" type="text/css" />
  6. <link href="/styles/layout.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <div id="layout">
  10. <div id="head">
  11. <h1>VIP Express, Inc.</h1>
  12. <hr class="line" />
  13. <h6><span class="right">3328 Gemini Dr. Memphis, TN 38109<br />
  14. </span>Phone: (901) 396-1801 - Fax: (901) 396-1982</h6>
  15. </div> <!-- head -->
  16. <div id="panel">
  17. <ul id="nav">
  18. <li><a id="home" href="/">home</a></li>
  19. <li><a id="courier" href="/">courier</a></li>
  20. <li><a id="freight" href="/">freight</a></li>
  21. <li><a id="airfreight" href="/">airfreight</a></li>
  22. <li><a id="login" href="/">login</a></li>
  23. </ul>
  24. </div> <!-- panel -->
  25. </div> <!-- layout -->
  26. </body>
  27. </html>