quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
25 lines (21 loc) • 495 B
HTML
<html>
<head>
<meta charset="utf-8">
<link href="styles/popup.css" rel="stylesheet">
</head>
<body>
<div id="app" class="popup-content">
<h1 class="app-name">Extension Boilerplate</h1>
<div id="display-container"></div>
<footer>
<p>
<small>
<a href="#" class="js-options">Options</a>
</small>
</p>
</footer>
</div>
<script src="scripts/popup.js"></script>
</body>
</html>