ember-inspector-prebuilt
Version:
A pre-built set of distributable assets from the ember.js ember-inspector project.
21 lines (20 loc) • 400 B
HTML
<html>
<head>
<title>Options</title>
<style>
label img {
vertical-align: middle;
}
</style>
</head>
<body>
<label>
<input type="checkbox" data-settings="tomster">
Display the Tomster
<img src="/panes-2-7-0/assets/images/icon19.png" width="19" height="19">
when a site runs Ember.js
</label>
<script src="options.js"></script>
</body>
</html>