forked from DDR0/ddr0.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownload windows.html
More file actions
24 lines (24 loc) · 1.68 KB
/
Copy pathdownload windows.html
File metadata and controls
24 lines (24 loc) · 1.68 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cube Trains • Linux Download</title>
<link rel="stylesheet" type="text/css" href="css/new black.css">
<script src="index reflow.js"></script>
</head>
<body onLoad="mixpanel.track('download lin load');">
<script type="text/javascript"> //start Mixpanel
(function(d,c){var a,b,g,e;a=d.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===d.location.protocol?"https:":"http:")+'//api.mixpanel.com/site_media/js/api/mixpanel.2.js';b=d.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b);c._i=[];c.init=function(a,d,f){var b=c;"undefined"!==typeof f?b=c[f]=[]:f="mixpanel";g="disable track track_pageview track_links track_forms register register_once unregister identify name_tag set_config".split(" ");
for(e=0;e<g.length;e++)(function(a){b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,0)))}})(g[e]);c._i.push([a,d,f])};window.mixpanel=c})(document,[]);
mixpanel.init("fa690803d8c9479ed96635dd52ea1837");
mixpanel.track_links("a#windows-download", "windows download", {'referrer': document.referrer });
mixpanel.track_links("a#windows-download-64", "windows download 64-bit", {'referrer': document.referrer });
</script> <!-- end Mixpanel -->
<h1>Windows Download</h1>
<p>If in doubt, download the 32-bit zip file.</p>
<h2>32-bit .zip</h2>
<a id="windows-download" class="shinyButtonTiny" href = "files/release/win/Cube Trains 0.2.1.zip">Cube Trains 0.2.1.zip</a>
<h2>64-bit .zip</h2>
<a id="windows-download-64" class="shinyButtonTiny" href = "files/release/win/Cube Trains 0.2.0 64-bit.zip">Cube Trains 0.2.0 64-bit.zip</a>
</body>
</html>