Skip to content

Instantly share code, notes, and snippets.

@pankajbisht
Created August 29, 2018 18:20

Revisions

  1. pankajbisht created this gist Aug 29, 2018.
    17 changes: 17 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>JS Bin</title>
    </head>
    <body>
    <ol>
    <li>One</li>
    <li>Two</li>
    <li>Three</li>
    </ol>


    </body>
    </html>