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.
 
 
 
 
 
 

28 lines
660 B

  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 an online code snippet
  11. exchange."/>
  12. <meta name="keywords" content="code snippet exchange golf programming
  13. software community"/>
  14. <meta name="author" content="Benjamin Attal Ben Kurtovic Severyn Kozak"/>
  15. {{ assets.tag("main.css") }}
  16. = block head
  17. = endblock
  18. </head>
  19. <body>
  20. = block body
  21. = endblock
  22. </body>
  23. </html>