UNPKG

webcm

Version:

Demonstrative implementation of a web-based manager for utilising Managed Components

24 lines (22 loc) 463 B
<html> <head> <meta charset="utf-8" /> <title>test embeds</title> </head> <body> <h1>Test Embed</h1> <a href="/">Home</a> <div data-component-embed="demo-weather-example" data-location="Iceland" ></div> <div data-component-embed="demo-weather-example" data-location="Tobago" ></div> <div data-component-embed="demo-weather-example" data-location="Kyoto" ></div> </body> </html>