mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2024-12-30 15:29:22 +00:00
Fix 'insecure endpoint' warning for mailto link
This commit is contained in:
parent
8de025a8d4
commit
0ad3bcf56a
@ -24,7 +24,7 @@
|
||||
|
||||
<h1>Applesoft BASIC in Javascript</h1>
|
||||
<p>
|
||||
By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
By <a target=_blank 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.html">Applesoft BASIC Quick Reference</a>
|
||||
@ -121,7 +121,7 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
|
||||
<!-- Source code editor inserted here -->
|
||||
<div id="editorframe"></div>
|
||||
|
||||
<form id="submission" method="post" enctype="text/plain" action="mailto:inexorabletash@gmail.com?subject=Applesoft%20Sample%20Submission">
|
||||
<form id="submission" method="post" enctype="text/plain" action="mailto:inexorabletash@gmail.com?subject=Applesoft%20Sample%20Submission" target=_blank>
|
||||
<textarea name="source" id="source" style="display: none;">
|
||||
</textarea>
|
||||
|
||||
|
@ -26,7 +26,7 @@ pre.code { margin: 12pt; }
|
||||
|
||||
<section id="intro">
|
||||
<p>
|
||||
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>.
|
||||
This is intended as a quick reference for the <a href="./">Applesoft BASIC in JavaScript</a> by <a target=_blank href="mailto:inexorabletash@gmail.com">Joshua Bell</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user