mirror of
https://github.com/php/web-php.git
synced 2026-03-30 11:12:09 +02:00
15 lines
197 B
PHP
Executable File
15 lines
197 B
PHP
Executable File
<?php require "header.inc"?>
|
|
<H1>Agenda</H1>
|
|
|
|
<UL>
|
|
|
|
<LI>Characteristics</LI>
|
|
<LI>Numbers</LI>
|
|
<LI>History</LI>
|
|
<LI>Language Overview</LI>
|
|
<LI>Case Studies</LI>
|
|
|
|
</UL>
|
|
|
|
<?php require "footer.inc"?>
|