internet_mapper/browser/popup/popup.html
2024-12-12 15:32:04 -07:00

19 lines
277 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<button id="newtab">Open Historical Pages</button>
<p id="tim"></p>
<script src="popup.js"></script>
</body>
<style>
html {
background: black;
color: white;
}
</style>
</html>