Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% load static %}
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>I Love Python</title>
- <link rel="wesite icon" type="png" href="{% static 'images/python_logo.png'%}">
- </head>
- <body>
- <h1>
- <a href="{% url 'shop' %}">Shop</a>
- </h1>
- <h1>
- <a href="{% url 'user login' %}">Login</a>
- </h1>
- <h2>
- <a href = "{% url 'index' %}">Home (put site logo here)</a>
- </h2>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement