mirror of https://github.com/BOINC/boinc.git
15 lines
336 B
PHP
15 lines
336 B
PHP
<?
|
|
require_once("docutil.php");
|
|
page_head("BOINC contact information");
|
|
echo "
|
|
<p>
|
|
The BOINC project is based at the Space Sciences Laboratory
|
|
at the University of California, Berkeley.
|
|
<p>
|
|
For inquiries about BOINC, please email
|
|
the Project Director,
|
|
<a href=mailto:davea@ssl.berkeley.edu>Dr. David P. Anderson</a>.
|
|
";
|
|
page_tail();
|
|
?>
|