mirror of
https://github.com/php/web-php.git
synced 2026-03-26 08:12:09 +01:00
19 lines
359 B
PHP
Executable File
19 lines
359 B
PHP
Executable File
<?php require "header.inc"; ?>
|
|
<H1>Case Studies</H1>
|
|
<UL>
|
|
<li>University of Toronto Dialup System
|
|
<li>EasyDNS.com
|
|
<li>Mail.Chek.com
|
|
</ul>
|
|
<H1>Notables</H1>
|
|
<ul>
|
|
<li>Mitsubishi Motors
|
|
<li>San Diego Zoo
|
|
<li>Southwestern Bell
|
|
<li>Sprint Canada
|
|
<li>Denmark's Online YellowPages
|
|
<li>RedHat Software
|
|
<li>FreshMeat
|
|
</ul>
|
|
<?php require "footer.inc"; ?>
|