Advertisement
T99

index.html

T99
Apr 30th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4.     <head>
  5.    
  6.         <meta charset="UTF-8">
  7.        
  8.         <title>Philes</title>
  9.        
  10.         <link rel="stylesheet" type="text/css" href="styles/global.css">
  11.         <link rel="stylesheet" type="text/css" href="styles/index.css">
  12.         <script rel="script" src="js/websocket.js"></script>
  13.  
  14.     </head>
  15.    
  16.     <body onload="onLoad()">
  17.    
  18.         <header>
  19.        
  20.             <h1 id="philes">Philes</h1>
  21.            
  22.         </header>
  23.        
  24.         <div>
  25.            
  26.             <nav>
  27.                
  28.                 <div class="dropdown">
  29.                
  30.                     <button class="dropdownOption">Literal Hierarchical File System</button>
  31.                     <button class="dropdownOption">Customizable Hierarchical File System</button>
  32.                     <button class="dropdownOption">Tag-Based File Search</button>
  33.                     <button class="dropdownOption">Philes Version Control</button>
  34.                     <button class="dropdownOption">Object-based File Storage</button>
  35.                     <button class="dropdownOption">Object Storage</button>
  36.                
  37.                 </div>
  38.            
  39.             </nav>
  40.            
  41.             <main>
  42.            
  43.             </main>
  44.            
  45.         </div>
  46.        
  47.         <footer>
  48.        
  49.         </footer>
  50.        
  51.     </body>
  52.  
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement