Skip to content

Instantly share code, notes, and snippets.

@MarcusJT
Created April 11, 2013 15:21
Show Gist options
  • Save MarcusJT/5364269 to your computer and use it in GitHub Desktop.
Save MarcusJT/5364269 to your computer and use it in GitHub Desktop.

Revisions

  1. MarcusJT revised this gist Apr 11, 2013. No changes.
  2. MarcusJT created this gist Apr 11, 2013.
    7 changes: 7 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    /**
    * The first commented line is your dabblet’s title
    */

    background: #f06;
    background: linear-gradient(45deg, #f06, yellow);
    min-height: 100%;
    1 change: 1 addition & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <!-- content to be placed inside <body>…</body> -->
    1 change: 1 addition & 0 deletions dabblet.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // alert('Hello world!');
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}