-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDownloads.php
More file actions
executable file
·33 lines (24 loc) · 1.36 KB
/
Downloads.php
File metadata and controls
executable file
·33 lines (24 loc) · 1.36 KB
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
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="images/icon.png"/>
<title>JBioFramework: Downloads</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div align="center" style="width: 100%" >
<div class="container">
<?php include_once("header.html"); ?>
<div id="page">
<h1> JBioframeWork </h1>
<a href="https://sourceforge.net/projects/jbf/files/latest/download" rel="nofollow"><img alt="Download JBioFramework" src="https://a.fsdn.com/con/app/sf-download-button"></a>
<a href="http://sourceforge.net/projects/jbf/"> Click Here visit the files page on sourceforge and download the latest release</a>
<h1> MarvinSketch </h1>
<a href="http://www.chemaxon.com/products/marvin/marvinsketch"> Click Here to download ChemAxon's MarvinSketch.</a>
</div>
<?php include_once("footer"); ?>
</div>
</div>
</body>
</html>