Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
diff 1__Development/6__Website/ApacheServer/index.html @ 6:d18eee376f45
Persist graph works.. in middle of putting pointers back, adding OO
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Wed, 06 Aug 2014 00:16:19 -0700 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/1__Development/6__Website/ApacheServer/index.html Wed Aug 06 00:16:19 2014 -0700 1.3 @@ -0,0 +1,44 @@ 1.4 +<html> 1.5 +<head> 1.6 +<title>EQNLang</title> 1.7 +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 1.8 +</head> 1.9 + 1.10 +<body bgcolor="#FFFFFF"> 1.11 +<h1 align="center"> </h1> 1.12 +<h1 align="center"> </h1> 1.13 +<h1 align="center"><font face="Trebuchet MS" size="7">The EQNLang Extensible</font></h1> 1.14 +<h1 align="center"><font face="Trebuchet MS" size="7">Parallel Language</font></h1> 1.15 +<h1 align="center"> </h1> 1.16 +<table width="100%" border="1"> 1.17 + <tr> 1.18 + <td width="36%"> 1.19 + <div align="center"><a href="introduction.html">Introduction</a></div> 1.20 + </td> 1.21 + <td width="36%"> 1.22 + <div align="center"><a href="papers.html">Papers</a></div> 1.23 + </td> 1.24 + <td width="31%"> 1.25 + <div align="center"><a href="developers.html">Developers Corner</a></div> 1.26 + </td> 1.27 + </tr> 1.28 +</table> 1.29 +<h1 align="center"> </h1> 1.30 +<table width="100%" border="1"> 1.31 + <tr> 1.32 + <td width="36%"> 1.33 + <div align="center"><a href="https://sourceforge.net/projects/eqnlang/">sourceforge 1.34 + project page</a></div> 1.35 + </td> 1.36 + <td width="36%"> 1.37 + <div align="center"><a href="mailto::seanhalle@yahoo.com">contact Sean Halle</a> 1.38 + about joining project or to discuss it further</div> 1.39 + </td> 1.40 + </tr> 1.41 +</table> 1.42 +<p align="center"> </p> 1.43 +<p align="center"> </p> 1.44 +<p align="center"><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=127528&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a> 1.45 +</p> 1.46 +</body> 1.47 +</html>
