<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Polymer Consumer</title> <script src="poly/components/platform/platform.js"></script> <link rel="import" href="https://rawgithub.com/MikeMitterer/DART-Sample-PolymerHelloWorld/master/build/hello-world/hello-world.html"> </head> <body> <h1>Hi first world!</h1> <hello-world></hello-world> </body> </html>