github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/tmpl/page.html (about) 1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 4 <meta name="go-import" content="camlistore.org git https://camlistore.googlesource.com/camlistore"> 5 {{with $x := .Title}} 6 <title>{{$x}} - Camlistore</title> 7 {{else}} 8 <title>Camlistore</title> 9 {{end}} 10 <!-- TODO(mpl): figure out why Index does not toggle (like Overview) --> 11 <link rel="stylesheet" href="/static/all.css" type="text/css" media="all" charset="utf-8"> 12 <link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'> 13 <script type="text/javascript" src="/static/all-async.js" async="true"></script> 14 <script type="text/javascript" src="/static/godocs.js"></script> 15 </head> 16 <body> 17 18 <div id='header'> 19 <a href="/"><img width='788' height='161' src='/static/camli-header.jpg' title="Camlistore" border='0' /></a> 20 </div> 21 22 <div class='bar'><div class='hatecss'> 23 <a href='/'>Home</a> 24 <a href='/download'>Download</a> 25 <a href='/docs/'>Docs</a> 26 <a href='/code'>Code</a> 27 <a href='/community'>Community</a> 28 </div></div> 29 30 <div class='content'> 31 <!-- Content is HTML-escaped elsewhere --> 32 {{.Content}} 33 </div> 34 35 <div class='bar'><div class='hatecss'> 36 </div></div> 37 <div id='props'> 38 Website layout inspired by <a href="http://git-scm.com/">git</a> and <a href="http://memcached.org/">memcached</a>,<br /> 39 design done by <a href="http://upallday.com/">up all day</a> creative solutions.<br /> 40 Content by <a href="/contributors">the authors</a>. 41 </div> 42 43 </body> 44 </html>