We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1356d0 commit 0035921Copy full SHA for 0035921
_layouts/default.html
@@ -29,6 +29,8 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
29
<section id="editor">
30
<hr>
31
<h3>Playground</h3>
32
+ Modify the name and the source code below and the bookmarklet
33
+ in the "Result" section will update to reflect it in real-time.
34
<h4>Name</h4>
35
<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!">
36
<h4 style="margin-top: 10px;">Source code</h4>
0 commit comments