mirror of https://github.com/BOINC/boinc.git
9 lines
100 B
PHP
9 lines
100 B
PHP
|
<?
|
||
|
require_once("docutil.php");
|
||
|
page_head("Application development");
|
||
|
echo "
|
||
|
<p>
|
||
|
";
|
||
|
page_tail();
|
||
|
?>
|