In this repo i store all my websites, each in a different branch
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

28 righe
604 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <link href="/assets/css/style.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <aside>
  10. <h1><a href="/">NekoIT</a></h1>
  11. <p class="description"></p>
  12. <ul>
  13. <li><a href="/">Home</a></li>
  14. <li><a href="https://tutorialzine.com/members/">Members area</a></li>
  15. <li><a href="https://tutorialzine.com/contact/">Contact Us</a></li>
  16. </ul>
  17. <p class="author"></p>
  18. </aside>
  19. <section id="content">
  20. {% block content %}{% endblock %}
  21. </section>
  22. </body>
  23. </html>