mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			281 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<meta charset="UTF-8" />
 | 
						|
<link rel="stylesheet" href="css/fonts.css" />
 | 
						|
<link rel="stylesheet" href="css/preference.css" />
 | 
						|
 | 
						|
<!-- Initially hidden to prevent FOUC -->
 | 
						|
<div id="content" hidden>
 | 
						|
  <div id="sidebar"></div>
 | 
						|
  <div id="settings-container"></div>
 | 
						|
</div>
 |