forked from h2oai/h2o-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e83c049
commit 392bd2c
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
</head> | ||
|
||
<body> | ||
<title> | ||
Download H2O SUBST_PROJECT_VERSION | ||
</title> | ||
<h1 align="center"> | ||
H2O version SUBST_PROJECT_VERSION | ||
</h1> | ||
<table border="5" cellpadding="5" align="center"> | ||
<tr> | ||
<th>Platform</th> | ||
<th>Content</th> | ||
<th>Description</th> | ||
<th>Download</th> | ||
</tr> | ||
<tr> | ||
<td align="center">Windows (64-bit only)</td> | ||
<td align="center">Installer package</td> | ||
<td>For the most user-friendly experience on Windows.</td> | ||
<td align="center"><a href="h2o-SUBST_PROJECT_VERSION-windows-installer.exe">h2o-SUBST_PROJECT_VERSION-windows-installer.exe</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center">MacOSX</td> | ||
<td align="center">Installer package</td> | ||
<td>For the most user-friendly experience on a Mac.</td> | ||
<td align="center"><a href="h2o-SUBST_PROJECT_VERSION-osx-installer.dmg">h2o-SUBST_PROJECT_VERSION-osx-installer.dmg</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center">Any</td> | ||
<td align="center">Zip file</td> | ||
<td>For Linux users, Hadoop users, or other command-line users on any platform.</td> | ||
<td align="center"><a href="h2o-SUBST_PROJECT_VERSION.zip">h2o-SUBST_PROJECT_VERSION.zip</a></td> | ||
</tr> | ||
</table> | ||
</body> | ||
|
||
<html> |