mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			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</title>
 | 
						|
    <link rel="stylesheet" href="css/servermanager.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="servers-container">
 | 
						|
          <div class="server-button">
 | 
						|
            <div class="server-name">B</div>
 | 
						|
            <div class="server-ring"></div>
 | 
						|
          </div>
 | 
						|
          <div class="server-button active">
 | 
						|
            <div class="server-name">C</div>
 | 
						|
            <div class="server-ring"></div>
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
        <div id="actions-container">
 | 
						|
          <div class="action-button" id="add-action">
 | 
						|
            <i class="material-icons md-48">add_circle</i>
 | 
						|
          </div>
 | 
						|
          <div class="action-button" id="settings-action">
 | 
						|
            <i class="material-icons md-48">settings</i>
 | 
						|
          </div>
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
      <webview id="webview" src="https://chat.zulip.org" disablewebsecurity webpreferences="allowRunningInsecureContent, javascript=yes">>
 | 
						|
 | 
						|
      </webview>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
  <script src="js/main.js"></script>  
 | 
						|
</html>
 |