UNPKG

ember-cli-horizon

Version:

An Ember service for managing a Horizon connection, and an adapter to request data from that connection.

18 lines (17 loc) 370 B
<!doctype html> <html> <head> <meta charset="UTF-8"> <script src="/horizon/horizon.js"></script> <script> var horizon = Horizon(); horizon.onReady(function() { document.querySelector('h1').innerHTML = 'demo_hz works!' }); horizon.connect(); </script> </head> <body> <marquee><h1></h1></marquee> </body> </html>