You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
292 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css" />
<script src="popup.js" defer></script>
</head>
<body>
<h1>Parse Policies</h1>
<button id="activate"></button>
<div>
<h2>Selected categories</h2>
<ul id="selected-list"></ul>
</div>
</body>
</html>