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.
 
 
 
 
 
 

44 lines
1.0 KiB

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