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

57 lines (48 loc) 1.48 kB
<!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/bootstrap.min.css" /> <style> #wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; } .page-header h2 { text-align: center; } .page-body { width: 80%; margin: 0 auto; } .screenshot { display: block; width: 85%; margin: 0 auto; margin-bottom: 50px; } </style> </head> <body> <div id="wrap"><div class="container"> <div class="page-header"> <h2><a title="Backbone Debugger on Chrome Web Store" href="https://chrome.google.com/webstore/detail/backbone-debugger/bhljhndlimiafopmmhjlgfpnnchjjbhd">Backbone Debugger</a> has been updated!</h2> </div> <div class="page-body"> <img class="screenshot" alt="Backbone Debugger" src="img/screenshot.png" /> <p class="lead"> See what changed on the <a href="https://github.com/Maluen/Backbone-Debugger/releases/">Release Notes</a>. </p> <p class="lead"> Get the source code and contribute on <a href="https://github.com/Maluen/Backbone-Debugger" title="Github">https://github.com/Maluen/Backbone-Debugger</a> </p> </div> </div></div> <script src="js/lib/jquery.js"></script> <script src="js/lib/bootstrap.min.js"></script> </body> </html>