Skip to content

Commit 0a834ff

Browse files
committed
Update default.html
1 parent 9ac1f1c commit 0a834ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
2828
<div class="container">
2929
<section id="editor">
3030
<hr>
31-
<h3>Editor</h3>
31+
<h3>Playground</h3>
3232
<h4>Name</h4>
33-
<input class="container" style="background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: auto; overflow-y: hidden;" type="text" id="mininame" name="mininame" value="Hello, world!">
33+
<input class="container" style="background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" type="text" id="mininame" name="mininame" value="Hello, world!">
3434
<h4 style="margin-top: 10px;">Source code</h4>
35-
<textarea class="container" style="height: 20em; background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: auto; overflow-y: hidden;" id="plaintext" name="plaintext">"use strict";&#013;&#010;alert( 'Hello, world!');</textarea>
35+
<textarea class="container" style="height: 20em; background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" id="plaintext" name="plaintext">"use strict";&#013;&#010;alert( 'Hello, world!');</textarea>
3636
<h4 style="margin-top: 10px;">Result</h4>
3737
<a id="minified" href="javascript:(function()%7B%22use%20strict%22%3B%20alert('Hello%2C%20world!')%3B%7D)()">Hello, world!</a>
3838
</section>

0 commit comments

Comments
 (0)