Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
95 lines (52 sloc)
2.21 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
| <HTML> | |
| <!-- | |
| AUTHOR: Christopher Sgaraglino | |
| COMPANY: InterLogic Graphics & Marketing | |
| WEB: www.ilgm.com | |
| PHONE: (719) 266-0517 | |
| EMAIL: chris@ilgm.com | |
| VERSION: 2.3 | |
| DATE: 8/12/98 | |
| UPDATE: 12/22/98 | |
| NAME: CF_Browser | |
| DESC: This Tag Checks for the Browser Type and | |
| Version of that browser | |
| --> | |
| <!-- Let's snoop the OS ---> | |
| <HEAD> | |
| <TITLE>!!! Alloweb !!! - banner</TITLE> | |
| <META name="author" content="Alloweb"> | |
| <META name="Robots" value="index, follow"> | |
| <META name="description" content="Vitrine virtuelle de 700.000 entreprises belges, Virtuele vitrine van 700.000 Belgische ondernemingen, Virtually discover 700.000 belgian companies"> | |
| <META name="keywords" content="alloweb, belge, belgique, wallonie, flandre, bruxelles, entreprise, societe, entreprises belges, entreprise belge, societes belges, societe belge, référencer, référencement, activites, produits, produit, promotions, promotion, services, service, emplois, emploi, offres d'emploi, offre d'emploi, création de site, moteur de recherche, belgishe, belgie, brussels, onderneming, ondernemingen, product, producten, promoties, dienst, diensten, vacature, vacatures, belgium, company, companies, belgian companies, society, societies, procuct, products, vacancy, vacancies, search engine, index, statistiques, statistieken, statistics, code postal, postcode"> | |
| </HEAD> | |
| <BODY bgcolor="White" text="White" link="Yellow" background="images/ffrtop.jpg" leftmargin=0 topmargin=0> | |
| <table width="100%" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td width="50%" valign="top"> | |
| <table align="left" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td> | |
| <a href="logo.cfm" target="_blank"><img src="images/alloaf7.gif" width=214 height=76 border="0"></a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="50%" valign="top"> | |
| <center> | |
| <table border="0" cellpadding="10"> | |
| <tr> | |
| <td> | |
| <a href="cfweb/concours/home.cfm?lg=fr" target="_blank"> | |
| <img src="images/banner.gif" " border="0"> | |
| </a> | |
| </td> | |
| </tr> | |
| </table> | |
| </center> | |
| </td> | |
| </tr> | |
| </table> | |
| </BODY> | |
| </HTML> |