UNPKG

hostabee-profile-picture

Version:

A profile picture generator in a Web Component.

19 lines (13 loc) 436 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <title>Hostabee Profile Picture</title> <script src="../webcomponentsjs/webcomponents-loader.js"></script> <link rel="import" href="../iron-component-page/iron-component-page.html"> </head> <body> <iron-component-page></iron-component-page> </body> </html>