clean syntax

This commit is contained in:
Chuck Dries 2017-03-20 20:26:06 -07:00
parent 20e627e9e0
commit cbcb2050a8

View File

@ -75,7 +75,7 @@
<textarea name="input" id="in" cols="100" rows="30"></textarea>
<h2><a href="#output" onclick="generate()" placeholder="Please be careful, this will not work if you format the JSON incorrectly">click to generate</a></h2>
<p>Paste the following code into a safeembed</p>
<textarea id="output" cols="100" readonly style=""></textarea>
<textarea id="output" cols="100" readonly ></textarea>
<p><em> Don't forget:</em> For each page you embed on, add the following bit of code just before the <code>&lt;/h4&gt;</code> at the end of the line on the line that corresponds to the current page.
<pre><code>&lt;span class="here"&gt;(You are here)&lt;/span&gt;</pre></code>
<p>The code generated will look roughly like this:</P>