mirror of
				https://github.com/aykhans/slash-e.git
				synced 2025-10-31 17:09:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			385 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			385 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <body>
 | |
|     <h2>Shortify extension</h2>
 | |
|     <div>
 | |
|       <span>Domain</span>
 | |
|       <input id="domain-input" type="text" />
 | |
|     </div>
 | |
|     <div>
 | |
|       <span>OpenId</span>
 | |
|       <input id="openid-input" type="text" />
 | |
|     </div>
 | |
|     <div>
 | |
|       <button id="save-button">Save</button>
 | |
|     </div>
 | |
|     <script type="module" src="popup.js"></script>
 | |
|   </body>
 | |
| </html>
 | 
