Created
October 31, 2018 18:35
-
-
Save dalaidunc/63dd10fba86c5e323b8053c2781f11b1 to your computer and use it in GitHub Desktop.
Revisions
-
dalaidunc revised this gist
Oct 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ <html> <head> <script src='index.js'></script> </head> <body> <div style='width: 300px'> -
dalaidunc created this gist
Oct 31, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>