forked from RuleWorld/atomizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Atomizer_Beta.html
64 lines (58 loc) · 1.57 KB
/
.Atomizer_Beta.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<!-- This website is a beta download site for NFsim. -->
<html>
<head>
<title>Atomizer Beta Download Site</title>
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"/>
<style>
body {
margin-top: 100px;
margin-bottom: 100px;
margin-right: 100px;
margin-left: 100px;
}
</style>
</head>
<body bgcolor="LightSkyBlue">
<font size="4">
<center><h1>Atomizer Beta Download Site</h1></center>
<br>
<br>
<br>
<font color="red"> WARNING: </font> This is not the download site for the BioNetGen. To download Atomizer as part of
the BioNetGen distribution package, please visit: <br>
<center><h1><a href="http://bionetgen.org"> bionetgen.org </a></h1></center>
<br>
<br>
<br>
<center>
If you are an Atomizer developer, and you'd like to get access to the
Atomizer executable, please click the link below.
</center>
<br>
<br>
<center><h2>
<a href="http://www.midcapsignals.com/BioNetGen_Beta/d_travis/sbmlTranslator-linux">
Click Here for the Linux Atomizer Beta Download</a>
</h2></center>
<br>
<center><h2>
<a href="http://www.midcapsignals.com/BioNetGen_Beta/d_travis/sbmlTranslator-osx">
Click Here for the MacOSX Atomizer Beta Download</a>
</h2></center>
<br>
<center><h2>
<a href="http://www.midcapsignals.com/BioNetGen_Beta/d_appveyor/dist/sbmlTranslator-Win32.exe">
Click Here for the Win32 Atomizer Beta Download</a>
</h2></center>
<br>
<center><h2>
<a href="http://www.midcapsignals.com/BioNetGen_Beta/d_appveyor/dist/sbmlTranslator-Win64.exe">
Click Here for the Win64 Atomizer Beta Download</a>
</h2></center>
<br>
<br>
<br>
</font>
</body>
</html>