34 lines
		
	
	
		
			974 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			974 B
		
	
	
	
		
			HTML
		
	
	
<!DOCTYPE html>
 | 
						|
<html smlns="http://www.w3.org/1999/xhtml" lang="en-US">
 | 
						|
  <head>
 | 
						|
    <link rel="icon" type="image/png" href="favicon.png">
 | 
						|
    <title>qwiki @@PAGE@@</title>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <link href='https://fonts.googleapis.com/css?family=Oswald|Roboto+Slab:300,700|Roboto+Mono' rel='stylesheet' type='text/css'>
 | 
						|
    <link href='/style.css' rel='stylesheet' type='text/css'>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="wrapper">
 | 
						|
      <ul id="menu">
 | 
						|
        <!--@@INC:menu@@-->
 | 
						|
        <li><a href="/">Main</a></li><li><form action="@@PAGE@@/search" method="POST"><input type="text" name="search"><input type="submit" name="submit" value="Search"></form></li>
 | 
						|
      </ul>
 | 
						|
      <ul id="crumbs">
 | 
						|
        @@CRUMBS@@
 | 
						|
      </ul>
 | 
						|
      <ul id="controls">
 | 
						|
        @@CONTROLS@@
 | 
						|
      </ul>
 | 
						|
      <div id="index">
 | 
						|
  
 | 
						|
      </div>
 | 
						|
      <div id="content">
 | 
						|
        @@CONTENT@@
 | 
						|
      </div>
 | 
						|
      <div id="footer">
 | 
						|
        @@FOOTER@@
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
  </body>
 | 
						|
</html>
 |