Link to readme.

This commit is contained in:
Will Scullin 2019-12-30 13:55:07 -08:00
parent eaef394eb1
commit c812e9f71a
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
2 changed files with 4 additions and 4 deletions

View File

@ -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">

View File

@ -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()">