Import content/java/index.html
Project: http://git-wip-us.apache.org/repos/asf/polygene-website/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-website/commit/f18703b2 Tree: http://git-wip-us.apache.org/repos/asf/polygene-website/tree/f18703b2 Diff: http://git-wip-us.apache.org/repos/asf/polygene-website/diff/f18703b2 Branch: refs/heads/asf-site Commit: f18703b2769cc8cb31d9310c15c4814194e8ed6e Parents: ba3a0fa Author: Paul Merlin <[email protected]> Authored: Sat Dec 31 14:37:43 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Sat Dec 31 14:37:43 2016 +0100 ---------------------------------------------------------------------- content/java/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-website/blob/f18703b2/content/java/index.html ---------------------------------------------------------------------- diff --git a/content/java/index.html b/content/java/index.html new file mode 100644 index 0000000..759d59f --- /dev/null +++ b/content/java/index.html @@ -0,0 +1,19 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Apache Polygene⢠(Java Edition) Documentation</title> + <meta http-equiv="refresh" content="3; url=https://polygene.apache.org/java/latest/" /> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-62007352-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <p>Redirecting you to <a href="latest/">Apache Polygene⢠(Java Edition) Documentation</a> ...</p> + </body> +</html>
