Skip to content

Instantly share code, notes, and snippets.

@dalaidunc
Created October 31, 2018 18:35
Show Gist options
  • Select an option

  • Save dalaidunc/63dd10fba86c5e323b8053c2781f11b1 to your computer and use it in GitHub Desktop.

Select an option

Save dalaidunc/63dd10fba86c5e323b8053c2781f11b1 to your computer and use it in GitHub Desktop.

Revisions

  1. dalaidunc revised this gist Oct 31, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion social-stats-index.html
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    <html>
    <head>
    <script src='index2.js'></script>
    <script src='index.js'></script>
    </head>
    <body>
    <div style='width: 300px'>
  2. dalaidunc created this gist Oct 31, 2018.
    13 changes: 13 additions & 0 deletions social-stats-index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <html>
    <head>
    <script src='index2.js'></script>
    </head>
    <body>
    <div style='width: 300px'>
    <social-stats name='twitter' oldnum='107' newnum='120' target='1000' colour='#1f78b4'></social-stats>
    <social-stats name='facebook' oldnum='238' newnum='250' target='500' colour='#33a02c'></social-stats>
    <social-stats name='instagram' oldnum='9000' newnum='7000' target='10000' colour='#fb9a99'></social-stats>
    <social-stats name='reddit' oldnum='4' newnum='8' target='10' colour='#FF00FF'></social-stats>
    </div>
    </body>
    </html>