starting on the extension
This commit is contained in:
18
browser/popup/popup.html
Normal file
18
browser/popup/popup.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
Reference in New Issue
Block a user