home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / apps / crystal / disk24 / Xasp25 < prev    next >
Text File  |  1999-08-23  |  620b  |  28 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2. <% if Session("username") = "" then
  3.         Response.Redirect("logon.asp")
  4.     end if
  5. %>
  6. <% response.expires = 0 %>
  7. <html>
  8.  
  9. <head>
  10. <meta http-equiv="Content-Type"
  11. content="text/html; charset=iso-8859-1">
  12. <meta name="GENERATOR" content="Microsoft FrontPage 2.0">
  13. <title>Xtreme Mountain Bike Inc. - Sales</title>
  14. </head>
  15.  
  16. <body background="images/bg_sales.gif" bgcolor="#FFFFFF"
  17. text="#FF8000" vlink="#00ffff" link="#FF8000">
  18.  
  19. <p align="center"><img src="images/biglogo.gif"
  20. alt="Xtreme Mountain Bike Inc." hspace="20" vspace="20"> <br>
  21. </p>
  22.  
  23. <p><br>
  24. <br>
  25. </p>
  26. </body>
  27. </html>
  28.