pricecharts

track prices of consumer electronics
Log | Files | Refs | README

wrapper.tt (738B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      5 	<meta name="viewport" content="width=device-width" />
      6 	<title>PriceSloth</title>
      7 	<link rel="stylesheet" type="text/css" href="/pricesloth.css" />
      8 	<link rel="icon" type="image/jpeg" href="/logo/pricesloth.jpg">
      9 </head>
     10 <body>
     11 	<div class="menu_bar">
     12 		<div class="column_container">
     13 		<a href="/about.html">
     14 			<img class="sloth" src="/logo/pricesloth.jpg"></a>
     15 		<div class="menu_bar_title">PriceSloth</div>
     16 
     17 		<form class="search_box" method="get" action="/search.html">
     18 			<fieldset>
     19 				<input type="text" name="q" />
     20 				<input type="submit" value="Search">
     21 			</fieldset>
     22 		</form>
     23 		</div>
     24 	</div>
     25 
     26 	[% content %]
     27 </body>
     28 </html>