mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Link to readme.
This commit is contained in:
parent
eaef394eb1
commit
c812e9f71a
@ -39,7 +39,7 @@
|
||||
ondragend="Apple2.handleDragEnd(0, event)">
|
||||
<div style="margin: auto; width: 614px">
|
||||
<div id="header">
|
||||
<a href="https://github.com/whscullin/apple2js" target="_blank">
|
||||
<a href="https://github.com/whscullin/apple2js#readme" target="_blank">
|
||||
<img src="img/badge.png" id="badge" />
|
||||
</a>
|
||||
<h1 id="subtitle">An Apple ][ Emulator in JavaScript</h1>
|
||||
@ -94,7 +94,7 @@
|
||||
<i class="fas fa-print"></i>
|
||||
</button>
|
||||
<div style="float: right">
|
||||
<button onclick="window.open('https://github.com/whscullin/apple2js', 'blank')" title="About">
|
||||
<button onclick="window.open('https://github.com/whscullin/apple2js#readme', 'blank')" title="About">
|
||||
<i class="fas fa-info"></i>
|
||||
</button>
|
||||
<button onclick="Apple2.openOptions()" title="Options">
|
||||
|
@ -39,7 +39,7 @@
|
||||
ondragend="Apple2.handleDragEnd(0, event)">
|
||||
<div class="outer">
|
||||
<div id="header">
|
||||
<a href="https://github.com/whscullin/apple2js" target="_blank">
|
||||
<a href="https://github.com/whscullin/apple2js#readme" target="_blank">
|
||||
<img src="img/badge2e.png" id="badge" />
|
||||
</a>
|
||||
<h1 id="subtitle">An Apple //e Emulator in JavaScript</h1>
|
||||
@ -97,7 +97,7 @@
|
||||
<i class="fas fa-print"></i>
|
||||
</button>
|
||||
<div style="float: right">
|
||||
<button onclick="window.open('https://github.com/whscullin/apple2js', 'blank')" title="About">
|
||||
<button onclick="window.open('https://github.com/whscullin/apple2js#readme', 'blank')" title="About">
|
||||
<i class="fas fa-info"></i>
|
||||
</button>
|
||||
<button onclick="Apple2.openOptions()">
|
||||
|
Loading…
Reference in New Issue
Block a user