UNPKG

broccoli-vulcanize

Version:
13 lines (12 loc) 309 B
<!doctype html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> <link rel="import" href="existing-component.html"> </head> <body> <existing-component>Hello Import!</existing-component> <non-existing-component></non-existing-component> </body> </html>