Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
				
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							71 lines
						
					
					
						
							2.5 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							71 lines
						
					
					
						
							2.5 KiB
						
					
					
				| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
|    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
| <head> | |
| <title>Your Page Title</title> | |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | |
| <!-- (en) Add your meta data here --> | |
| <!-- (de) Fügen Sie hier Ihre Meta-Daten ein --> | |
| 
 | |
| <link href="central_draft.css" rel="stylesheet" type="text/css"/> | |
| <!--[if lte IE 7]> | |
| <link href="patches/patch_layout_draft.css" rel="stylesheet" type="text/css" /> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <div class="page_margins"> | |
|   <div class="page"> | |
|     <div id="header"> | |
|       <div id="topnav"> | |
|         <!-- start: skip link navigation --> | |
|         <a class="skip" href="#navigation" title="skip link">Skip to navigation</a><span class="hideme">.</span> | |
|         <a class="skip" href="#content" title="skip link">Skip to content</a><span class="hideme">.</span> | |
|         <!-- end: skip link navigation --> | |
|         <span>#topnav is here</span> </div> | |
|       <h1> </h1> | |
|     </div> | |
|     <!-- begin: main navigation #nav --> | |
|     <div id="nav"> | |
|       <!-- skip anchor: navigation --> | |
|       <a id="navigation" name="navigation"></a> | |
|       <div class="hlist"> | |
|         <ul> | |
|           <li class="active"><a href="#">Button 1</a></li> | |
|           <li><a href="#">Button 2</a></li> | |
|           <li><a href="#">Button 3</a></li> | |
|           <li><a href="#">Button 4</a></li> | |
|           <li><a href="#">Button 5</a></li> | |
|         </ul> | |
|       </div> | |
|     </div> | |
|     <!-- end: main navigation --> | |
|     <!-- begin: content area #main --> | |
|     <div id="main"> | |
|       <!-- begin: #col1 - first float column --> | |
|       <div id="col1"> | |
|         <div id="col1_content" class="clearfix"> </div> | |
|       </div> | |
|       <!-- end: #col1 --> | |
|       <!-- begin: #col2 second float column --> | |
|       <div id="col2"> | |
|         <div id="col2_content" class="clearfix"> </div> | |
|       </div> | |
|       <!-- end: #col2 --> | |
|       <!-- begin: #col3 static column --> | |
|       <div id="col3"> | |
|         <div id="col3_content" class="clearfix"> | |
|           <!-- skip anchor: content --> | |
|           <a id="content" name="content"></a> </div> | |
|         <!-- IE column clearing --> | |
|         <div id="ie_clearing"> </div> | |
|       </div> | |
|       <!-- end: #col3 --> | |
|     </div> | |
|     <!-- end: #main --> | |
|     <!-- begin: #footer --> | |
|     <div id="footer">Layout based on <a href="http://www.yaml.de/">YAML</a></div> | |
|     <!-- end: #footer --> | |
|   </div> | |
| </div> | |
| </body> | |
| </html>
 |