UNPKG

ember-inspector-prebuilt

Version:

A pre-built set of distributable assets from the ember.js ember-inspector project.

27 lines (25 loc) 436 B
<!doctype html> <html> <head> <meta charset="utf-8"> <style> html, body { margin: 0; width: 100%; height: 100%; } iframe { display: block; border: 0; margin: 0; padding: 0; min-height: 100%; min-width: 100%; overflow: hidden; } </style> </head> <body> <iframe src="panes-2-7-0/index.html"/> </body> </html>