UNPKG

electron-devtools-vendor

Version:

<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r

21 lines (17 loc) 607 B
<!-- Note: don't use inline scripts because they aren't executed by Chrome --> <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Backbone Debugger</title> <link rel="stylesheet" type="text/css" href="css/elementsSidebar.css" /> <script src="js/elementsSidebar.js"></script> </head> <body> <div id="backboneViewContainer"> <span class="title">Backbone View</span>: <span id="backboneView"></span> </div> </body> </html>