initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Containers browserAction Popup</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Containers!</h1>
|
||||
<ul>
|
||||
<li><a href="#">Personal</a></li>
|
||||
<li><a href="#">Work</a></li>
|
||||
<li><a href="#">Banking</a></li>
|
||||
<li><a href="#">Shopping</a></li>
|
||||
</ul>
|
||||
<h3><a href="#">Edit Containers</a></h3>
|
||||
<script src="js/popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user