1 |
<?php |
2 |
include_once("inc/settings.php"); |
3 |
|
4 |
?> |
5 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
6 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
7 |
|
8 |
<head> |
9 |
<title>Structure prediction server</title> |
10 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
11 |
<link rel="stylesheet" type="text/css" href="css/default.css" /> |
12 |
</head> |
13 |
<body> |
14 |
<?php include_once("inc/owl_header.inc.php") ?> |
15 |
|
16 |
</body> |
17 |
</html> |