11 lines
		
	
	
		
			170 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			170 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>Dark Mode</title>
 | 
						|
  <script src="popup.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <button id="toggleButton">Dark Mode</button>
 | 
						|
</body>
 | 
						|
</html>
 |