forked from PlantSimLab/ADAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
29 lines (29 loc) · 716 Bytes
/
header.html
File metadata and controls
29 lines (29 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title></title>
</head>
<body>
<a href="http://admg.vbi.vt.edu/"></a>
<table>
<tr>
<td align="left">
<img style="border:0px solid white;" src="vbi-logo.png">
</td>
<td align="right">
<img style="border:0px solid white;" src="vt_logo.jpg">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<font size="5">Analysis of Dynamic Algebraic Models (ADAM) v1.1</font>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<font size="3"><a href="http://admg.vbi.vt.edu/" target="_blank">Laubenbacher Research Group<a></font>
</td>
</tr>
</table>
</body>
</html>