1964js/index.html
2017-10-26 18:40:09 -04:00

112 lines
4.9 KiB
HTML

<html>
<head>
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9967373165171874",
enable_page_level_ads: true
});
</script>
<title>1964 and 1964js Home page</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31090418-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<meta content="1964js - N64 emulator in JavaScript" property="og:title" />
<meta content="game" property="og:type" />
<meta content="http://www.1964js.com" property="og:url" />
<meta content="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc4/373029_274941852620356_1206208449_n.jpg" property="og:image" />
<meta content="1964js" property="og:site_name" />
<meta content="1397141558" property="fb:admins" />
</head>
<body alink="#ff0000" bgcolor="#000000" link="#ffa953" onLoad="start1964({wireframe:true})" onunload="i1964js.stopEmulatorAndCleanup()" text="#ffffff" vlink="#ffa953">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '518018268224773', // App ID
channelUrl : '//www.1964js.com/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=518018268224773";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<p></p>
<div style="position: absolute; left: -600 px; top: -600 px"></div>
<canvas height="240" id="Canvas" width="320"></canvas><canvas height="1024" id="Canvas3D" width="1024"></canvas>
<div id="user_panel">
<div class="header">
<a href="http://1964emu.emulation64.com">[Get 1964 for Windows]</a>&nbsp;<a href="http://1964js.com/blog/index.html">[Blog]</a>&nbsp;<a href="http://github.com/schibo/1964js">[Code]</a>&nbsp;<a href="http://hulkholden.github.com/n64js/">[Try n64js too!]</a>
<h1>
1964js
<div style="font-size: 10px;">
v0.1.23
</div>
<select onChange="if (this.value !== &#39;Demos&#39;) window.open(this.value, &#39;_self&#39;);" style="vertical-align: middle;">
<option value="Demos">
Demos
</option>
<option value="?rom=roms/unofficial/rotate.zip">
Rotate
</option>
<option value="?rom=roms/unofficial/chrome.zip">
Chrome
</option>
<option value="?rom=roms/unofficial/dextrose.zip">
Dextrose
</option>
<option value="?rom=roms/unofficial/n64stars.zip">
N64 Stars
</option>
<option value="?rom=roms/unofficial/liner.zip">
Liner (z to start)
</option>
<option value="?rom=roms/unofficial/hardcode.zip">
Hard Coded
</option>
<option value="?rom=roms/unofficial/sp_crap.zip">
Absolute Crap
</option>
<option value="?rom=roms/unofficial/DynamixReadme.zip">
Dynamix
</option>
</select>
</h1>
<input id="wireframe" type="checkbox">wireframe</input>&nbsp;&nbsp;<input checked="true" id="speedlimit" type="checkbox">speed limit </input>
</div>
<div class="dropShadow">
<div class="story">
<br /><input id="files" name="file" type="file">*.v64; *.n64; *.z64</input><br /><br />
</div>
</div>
<div class="footer">
<div class="fb-like" data-colorscheme="dark" data-send="false" data-show-faces="false" data-width="300"></div>
</div>
</div>
<script src="lib/1964js-0.1.23.min.js"></script>
</body>
</html>