mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Missed a few ][s
This commit is contained in:
parent
efef420fdc
commit
0903d0a25c
@ -17,7 +17,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="Apple ][js">
|
||||
<meta name="apple-mobile-web-app-title" content="Apple //jse">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Apple //jse is an Apple //e emulator written using only JavaScript and HTML5. It has color display, sound and disk support." />
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<meta property="og:title" content="Apple //js" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Apple //jse is an Apple ][ (or Apple II or Apple2) emulator written using only JavaScript and HTML5." />
|
||||
<meta property="og:description" content="Apple //jse is an Apple //e written using only JavaScript and HTML5." />
|
||||
<meta property="og:url" content="http://www.scullinsteel.com/apple2/" />
|
||||
<meta property="og:image" content="http://www.scullinsteel.com/apple2/img/image.png" />
|
||||
<meta property="fb:admins" content="700585391" />
|
||||
@ -929,14 +929,11 @@ $(function() {
|
||||
</head>
|
||||
<body class="apple2e">
|
||||
<div style="margin: auto; width: 604px">
|
||||
<!--
|
||||
<span style="font-size: 24px" class="motter">apple ][js</span>
|
||||
-->
|
||||
<a href="http://www.w3.org/html/logo/"><img src="http://www.w3.org/html/logo/badge/html5-badge-h-solo.png" width="63" height="64" alt="HTML5 Powered" title="HTML5 Powered" style="float: right"></a>
|
||||
<a href="about.html" target="_blank">
|
||||
<img src="img/badge.png" id="badge" />
|
||||
</a>
|
||||
<h1 id="subtitle">An Apple ][ Emulator in JavaScript</h1>
|
||||
<h1 id="subtitle">An Apple //e Emulator in JavaScript</h1>
|
||||
<table id="display">
|
||||
<tr>
|
||||
<td style="vertical-align: top">
|
||||
|
Loading…
Reference in New Issue
Block a user