mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-01-19 21:30:16 +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>
|
<h1>Applesoft BASIC in Javascript</h1>
|
||||||
<p>
|
<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/">Source</a>
|
||||||
| <a target="_blank" href="https://github.com/inexorabletash/jsbasic/blob/master/README.md">README</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>
|
— <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 -->
|
<!-- Source code editor inserted here -->
|
||||||
<div id="editorframe"></div>
|
<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 name="source" id="source" style="display: none;">
|
||||||
</textarea>
|
</textarea>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ pre.code { margin: 12pt; }
|
|||||||
|
|
||||||
<section id="intro">
|
<section id="intro">
|
||||||
<p>
|
<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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user