UNPKG

api-console-assets

Version:

This repo only exists to publish api console components to npm

24 lines (17 loc) 419 B
<!doctype html> <!-- @license Copyright 2017 Mulesoft. All rights reserved. --> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="../webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="../iron-component-page/iron-component-page.html"> </head> <body> <iron-component-page></iron-component-page> </body> </html>