Skip to content

Commit

Permalink
add local file warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Dec 1, 2016
1 parent efc865d commit fe2496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion In Javascript/airgap.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<input type="button" value="Play Song" onclick="start()">
<input type="button" value="Stop Song" onclick="end()"></br></br>
<textarea id="logs" style="width:70%;min-height:100px">Tested with Chrome at 1560Khz</textarea>
<p style="font-size:14px">Feel free to edit the code below or copy and paste any <em>valid</em> code.<br>Column one is time in <i>milliseconds</i>, and column two is <i>frequency</i>.</p>
<p style="font-size:14px">Feel free to edit the code below or copy and paste any <em>valid</em> code.<br>Column one is time in <i>milliseconds</i>, and column two is <i>frequency</i>.<br>If you are opening this file locally (file://) Chrome will give you errors. Try using <code>php -S localhost:8000</code> or similar for a quick web server.</p>
<textarea id="tones" style="width:70%;min-height:200px">
400 2673
400 2349
Expand Down

0 comments on commit fe2496e

Please sign in to comment.