Skip to content

Instantly share code, notes, and snippets.

@hasika
Last active January 27, 2020 20:31
Show Gist options
  • Save hasika/ee11f83ac3d7dbcadbe5f2d50ca79c19 to your computer and use it in GitHub Desktop.
Save hasika/ee11f83ac3d7dbcadbe5f2d50ca79c19 to your computer and use it in GitHub Desktop.

Revisions

  1. hasika revised this gist Jan 27, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@

    <body>
    <h1>Hasika</h1>
    {{{multipleQuoteCard}}}
    {{{multipleQuoteCard "test_token" 12}}}
    </body>

    </html>
  2. hasika revised this gist Jan 27, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@

    <body>
    <h1>Hasika</h1>
    {{{multipleQuoteCard "test" 12}}}
    {{{multipleQuoteCard}}}
    </body>

    </html>
  3. hasika revised this gist Jan 27, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@

    <body>
    <h1>Hasika</h1>
    {{{react}}}
    {{{multipleQuoteCard "test" 12}}}
    </body>

    </html>
  4. hasika revised this gist Jan 23, 2020. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions test
    Original file line number Diff line number Diff line change
    @@ -3,11 +3,7 @@

    <head>
    <meta charset="UTF-8">
    <title>jQuery Calculator</title>
    <!-- Added link to the jQuery Library -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <!-- Added a link to Bootstrap-->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
    <title>Hasika Test</title>
    </head>

    <body>
  5. hasika revised this gist Jan 23, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@

    <body>
    <h1>Hasika</h1>
    {{react}}
    {{{react}}}
    </body>

    </html>
  6. hasika created this gist Jan 23, 2020.
    18 changes: 18 additions & 0 deletions test
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <title>jQuery Calculator</title>
    <!-- Added link to the jQuery Library -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <!-- Added a link to Bootstrap-->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
    </head>

    <body>
    <h1>Hasika</h1>
    {{react}}
    </body>

    </html>