mxml/www/articles.php
Michael R Sweet d5bbf222cd Account stuff.
Skeleton pages.

Updated database schema and STR pages.
2004-05-17 20:28:52 +00:00

21 lines
264 B
PHP

<?php
//
// "$Id: articles.php,v 1.1 2004/05/17 20:28:52 mike Exp $"
//
//
//
// Include necessary headers...
//
include_once "phplib/html.php";
html_header("Title");
html_footer();
//
// End of "$Id: articles.php,v 1.1 2004/05/17 20:28:52 mike Exp $".
//
?>