A semantic search engine for source code https://bitshift.benkurtovic.com/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

28 lignes
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>