blob: b6db3db40a6a9705e32559bd6fa260ea1b047440 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html>
<head>
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<title>Bayesian Network Webserver</title>
<link rel="stylesheet" href="my_new_style.css">
</head>
<body>
<script type="text/javascript">
document.body.innerHTML = '';
</script>
<table align=center width="100%" bordercolor=#33339F border=1 cellspacing=0 cellpadding=0>
<tr>
<td width="100%" height=60 class="td_title">Bayesian Network Webserver for Biological Network Modeling</td>
</tr>
</table>
<!-- #81BEF7 -->
|