A semantic search engine for source code https://bitshift.benkurtovic.com/
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.
 
 
 
 
 
 

50 lines
1.1 KiB

  1. <!DOCTYPE html>
  2. <!-- Global layout template, to be inherited by other project HTML files. -->
  3. <html>
  4. <head>
  5. <title>
  6. bitshift &laquo;
  7. = filter lower
  8. = block title
  9. = endblock
  10. = endfilter
  11. </title>
  12. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
  13. <meta name="description" content="bitshift is a source code search engine."/>
  14. <meta name="keywords" content="source code language search engine"/>
  15. <meta name="author" content="Benjamin Attal Ben Kurtovic Severyn Kozak"/>
  16. {{ assets.tag("main.css") }}
  17. = block head
  18. = endblock
  19. </head>
  20. <body>
  21. <div id="container">
  22. <div id="header">
  23. </div>
  24. <div id="body">
  25. <div id="center">
  26. = block body
  27. = endblock
  28. </div>
  29. </div>
  30. = block after_body
  31. = endblock
  32. <div id="footer">
  33. <a href="/">home</a>
  34. <a href="/about">about</a>
  35. <a href="/developers">developers</a>
  36. <p>
  37. &copy; 2012-2013 bitshift. <span>All Rights Reserved.</span>
  38. </p>
  39. </div>
  40. </div>
  41. </body>
  42. </html>