Advertisement
pacho_the_python

Untitled

Oct 17th, 2022
1,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. {% load static %}
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.  
  6.     <meta charset="UTF-8">
  7.     <title>I Love Python</title>
  8.     <link rel="wesite icon" type="png" href="{% static 'images/python_logo.png'%}">
  9. </head>
  10. <body>
  11.     <h1>
  12.         <a href="{% url 'shop' %}">Shop</a>
  13.     </h1>
  14.     <h1>
  15.         <a href="{% url 'user login' %}">Login</a>
  16.     </h1>
  17.     <h2>
  18.         <a href = "{% url 'index' %}">Home (put site logo here)</a>
  19.     </h2>
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement