mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-12-30 15:29:22 +00:00
Update extensions. Update GA snippet. Drop script/style @type
This commit is contained in:
parent
cedf025131
commit
593494ee63
@ -27,7 +27,7 @@
|
||||
By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
| <a target="_blank" href="https://github.com/inexorabletash/jsbasic/">Source</a>
|
||||
| <a target="_blank" href="https://github.com/inexorabletash/jsbasic/blob/master/README.md">README</a>
|
||||
— <a target="_blank" href="reference.htm">Applesoft BASIC Quick Reference</a>
|
||||
— <a target="_blank" href="reference.html">Applesoft BASIC Quick Reference</a>
|
||||
|
||||
<p>Related projects:
|
||||
<a href="./jslogo">Logo in Javascript</a>
|
||||
@ -153,15 +153,12 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-18610679-3']);
|
||||
_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);
|
||||
})();
|
||||
(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-18610679-3', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
<a href="https://github.com/inexorabletash/jsbasic" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
|
@ -2,7 +2,7 @@
|
||||
<title>Applesoft BASIC Reference</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@import url(http://fonts.googleapis.com/css?family=Coustard);
|
||||
body { font-family: "Coustard"; }
|
||||
|
||||
@ -26,7 +26,7 @@ pre.code { margin: 12pt; }
|
||||
|
||||
<section id="intro">
|
||||
<p>
|
||||
This is intended as a quick reference for the <a href="index.htm">Applesoft BASIC in JavaScript</a> by <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>.
|
||||
This is intended as a quick reference for the <a href="./">Applesoft BASIC in JavaScript</a> by <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
Loading…
Reference in New Issue
Block a user