mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-04-05 14:37:17 +00:00
Re-order links
This commit is contained in:
parent
ccf26132bf
commit
68f03887ca
13
index.htm
13
index.htm
@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<title>Applesoft BASIC in JavaScript</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="alternate" type="application/atom+xml" href="https://github.com/inexorabletash/jsbasic/commits/master.atom">
|
||||
@ -116,15 +115,14 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
|
||||
</div>
|
||||
|
||||
<br clear=left>
|
||||
<br clear="left">
|
||||
|
||||
<h3 id="links">Links</h3>
|
||||
<ul>
|
||||
<li><a href="http://www.6502asm.com/">6502asm.com</a> - a 6502 assembler/emulator in JavaScript
|
||||
<li><a href="http://www.quitebasic.com/">Quite BASIC</a> - a similar project aimed at teaching programming
|
||||
<li><a href="http://navahogunleg.net/blog/my-projects/ng-basic/">NG-BASIC for Javascript</a> Navaho Gunleg's interpreter
|
||||
<li><a href="http://www.nicholson.com/rhn/basic/">BASIC Programming Resources</a>
|
||||
<li><a href="http://www.scullinsteel.com/apple2/">Apple II emulator in JavaScript</a>
|
||||
<li><a target="_blank" href="http://www.scullinsteel.com/apple2/">Apple II emulator in JavaScript</a>
|
||||
<li><a target="_blank" href="http://www.6502asm.com/">6502asm.com</a> - a 6502 assembler/emulator in JavaScript
|
||||
<li><a target="_blank" href="http://www.quitebasic.com/">Quite BASIC</a> - a similar project aimed at teaching programming
|
||||
<li><a target="_blank" href="http://navahogunleg.net/blog/my-projects/ng-basic/">NG-BASIC for Javascript</a> Navaho Gunleg's interpreter
|
||||
</ul>
|
||||
|
||||
<!-- CodeMirror syntax highlighting - this is optional -->
|
||||
@ -146,6 +144,7 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
<script type="text/javascript" src="printer.js"></script>
|
||||
<script type="text/javascript" src="index.js"></script>
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-18610679-3']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user