mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
19 lines
418 B
HTML
19 lines
418 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="history.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<p id="history-title">History for <span class="domain"></span> (Last 5 results) :</p>
|
|
<div></div>
|
|
<p id="history"></p>
|
|
<div></div>
|
|
<p><a href="#" id="clear">Clear history for <span class="domain"></span></a></p>
|
|
<script src="history.js"></script>
|
|
</body>
|
|
|
|
</html>
|