Files
webextensions-examples/history-deleter/history.html
T
2016-06-10 16:29:57 -07:00

17 lines
338 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="history.css"/>
</head>
<body>
<p>History for this domain (limited to 5 results):</p>
<p id="history"></p>
<p><a href="#" id="clear">Clear history for this domain</a></p>
<script src="history.js"></script>
</body>
</html>