🎉 Hello World
This commit is contained in:
24
src/popup.html
Normal file
24
src/popup.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!doctype 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>
|
Reference in New Issue
Block a user