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.
 
 
 
 
 
 

19 lignes
304 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>
  5. = block title
  6. = endblock
  7. </title>
  8. = block head
  9. <link rel="stylesheet" type="text/css"
  10. href={{ url_for('static', filename='css/main.css') }}>
  11. = endblock
  12. </head>
  13. <body>
  14. = block body
  15. = endblock
  16. </body>
  17. </html>