online-status.html 881 B

1234567891011121314151617181920212223242526
  1. <html><head><title>LCTV Online Status Badge - initial custom prototype</title></head>
  2. <body><link rel="stylesheet" type="text/css" href="lctv-badges-repo.css" />
  3. <p>LCTV Online Status Badge - initial custom prototype</p>
  4. <a id="MY_LCTV_CHANNEL_NAME">
  5. <img id="lctv-online-status" width="100" height="24" />
  6. </a>
  7. <script type="text/javascript" src="../js/online-status/online-status.js"></script>
  8. <p>to use this badge on your website:
  9. <ol>
  10. <li>add this A and IMG tag to your HTML
  11. <pre>&lt;a id="MY_LCTV_CHANNEL_NAME"&gt;
  12. &lt;img id="lctv-online-status" width="100" height="24" /&gt;
  13. &lt;/a&gt;</pre>
  14. </li>
  15. <li>include this SCRIPT tag
  16. <pre>&lt;script type="text/javascript" src="https://bill-auger.github.io/lctv-badges/js/online-status/online-status.js"&gt;&lt;/script&gt;</pre>
  17. </li>
  18. </ol>
  19. </p>
  20. </body></html>