Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Nov 11, 2011
2 parents 196517d + 88aba33 commit 03fa95a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@
<head> <head>
<title>Introduction to Processing.js for Web and Mobile</title> <title>Introduction to Processing.js for Web and Mobile</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css"> <link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", function() {
document.getElementById("url").innerHTML = "<a href='" + location.href + "'>" + location.href + "</a>";
});
</script>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1>Introduction to Processing.js for Web and Mobile</h1> <h1>Introduction to Processing.js for Web and Mobile</h1>
<p>While we're waiting to start, visit <span id="url"></span> and download Processing 2.0 for your platform:</p> <p>While we're waiting to start, please download our <a href="https://github.com/jbuck/processing-mobile/zipball/master">demos and examples (.zip)</a> as well as Processing 2.0a4 for your platform:</p>
<ul> <ul>
<li><a href="processing-2.0a1-linux.tgz">processing-2.0a1-linux.tgz</a></li> <li><a href="http://processing.googlecode.com/files/processing-2.0a4-linux.tgz">processing-2.0a4-linux.tgz</a></li>
<li><a href="processing-2.0a1-macosx.zip">processing-2.0a1-macosx.zip</a></li> <li><a href="http://processing.googlecode.com/files/processing-2.0a4-macosx.zip">processing-2.0a4-macosx.zip</a></li>
<li><a href="processing-2.0a1-windows.zip">processing-2.0a1-windows.zip</a></li> <li><a href="http://processing.googlecode.com/files/processing-2.0a4-windows.zip">processing-2.0a4-windows.zip</a></li>
</ul> </ul>
</div> </div>
</body> </body>
Expand Down

0 comments on commit 03fa95a

Please sign in to comment.