Skip to content

Commit 27e2317

Browse files
Update index.html
1 parent 2895d00 commit 27e2317

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
<h1>Schemascii Playground</h1>
4343
<div class="flex row">
4444
<div class="flex column">
45-
<p>Schemascii Source</p><textarea id="schemascii" disabled></textarea>
45+
<h2>Schemascii Source</h2><textarea id="schemascii" disabled></textarea>
4646
</div>
4747
<div class="flex column">
48-
<p>CSS</p><textarea id="css" disabled></textarea>
48+
<h2>CSS</h2><textarea id="css" disabled></textarea>
4949
</div>
5050
</div>
5151
<h2>Result</h2>
@@ -54,6 +54,8 @@ <h2>Messages</h2>
5454
<pre id="console"></pre>
5555
<h2>Errors</h2>
5656
<pre id="errors"></pre>
57+
<h2>More Information</h2>
58+
<p><a href="https://github.com/dragoncoder047/schemascii/" targer="_blank">https://github.com/dragoncoder047/schemascii/</a></p>
5759
</body>
5860
<script>
5961
// cSpell:ignore pyodide pyproject pyimport

0 commit comments

Comments
 (0)