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.
 
 
 
 
 
 

48 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. 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. {{ assets.tag("main.js") }}
  18. = block head
  19. = endblock
  20. </head>
  21. <body>
  22. <div id="container">
  23. <div id="header">
  24. </div>
  25. <div id="body">
  26. <div id="center">
  27. = block body
  28. = endblock
  29. </div>
  30. </div>
  31. = block after_body
  32. = endblock
  33. <div id="footer">
  34. <a href="/">home</a>
  35. <a href="/about">about</a>
  36. <a href="/docs">docs</a>
  37. </div>
  38. </div>
  39. </body>
  40. </html>