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.
32 lines (30 sloc)
1.11 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
| <HTML> | |
| <HEAD> | |
| <TITLE>Internet Communications - Counter</TITLE> | |
| </HEAD> | |
| <body bgcolor="#ffffff" link="#bb1010" text="#3732af" alink="#40aaaa" vlink="#408098"> | |
| <center> | |
| <font size="+1"> | |
| <p> | |
| <H1><B>Follow The Directions Below To Insert Your COUNTER Into Your Main Webpage.</B></H1></center> | |
| <p> | |
| <ul> | |
| <li>1. Copy the source code below and insert into your index.html file.<br><p> | |
| <li>2. Replace "<font color="#6A0B3B">username</font>" with your username, and save the file. You can edit the text but you must not edit anything between the HTML brackets.<br><p> | |
| <li>3. Place your revised index.html page back on-line, and your done.</ul><br><p> | |
| <H4><HR> | |
| <font color="#D23D34">You are visitor number <img src="http://25.cyberhost.net/cgi-bin/<P>Count.cgi?dd=B|frgb=69;139;116&df=username.dat" align=absmiddle></font> | |
| <HR> | |
| <p><br> | |
| Below is an example of how your counter will look if you insert the cgi-script from above.<P><P><BR><BR> | |
| <H4> | |
| <B>You are visitor number | |
| <img src="http://25.cyberhost.net/cgi-bin/Count.cgi?dd=B|frgb=69;139;116&df=username.dat" align=absmiddle> </B> | |
| </h4> | |
| <p> | |
| <br> | |
| <p> | |
| </font> | |
| </center> | |
| </BODY> | |
| </HTML> |