19 lines
		
	
	
		
			277 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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>
 |