Skip to content

Instantly share code, notes, and snippets.

@dalaidunc
Created October 31, 2018 18:35
Show Gist options
  • Save dalaidunc/63dd10fba86c5e323b8053c2781f11b1 to your computer and use it in GitHub Desktop.
Save dalaidunc/63dd10fba86c5e323b8053c2781f11b1 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src='index.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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment