mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			858 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			858 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en" class="responsive desktop">
 | 
						|
  <head>
 | 
						|
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width">
 | 
						|
    <title>Zulip - Settings</title>
 | 
						|
    <link rel="stylesheet" href="css/preference.css" type="text/css" media="screen">
 | 
						|
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="content">
 | 
						|
      <div id="sidebar">
 | 
						|
        <div id="settings-header">Settings</div>
 | 
						|
        <div id="tabs-container">
 | 
						|
            <div class="tab" id="general-settings">General</div>
 | 
						|
            <div class="tab active" id="server-settings">Servers</div>
 | 
						|
            <div class="tab" id="about-settings">About</div>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
  <script src="js/preference.js"></script>  
 | 
						|
</html>
 |