Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- {% load static %}
- <head>
- <title>Build Center</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="wesite icon" type="jpg" href="{% static 'images/logo.jpg'%}">
- <link rel="stylesheet" href="{% static 'css/style.css' %}">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css">
- </head>
- <body>
- <header>
- <nav>
- <ul class="menu">
- <li class="active"><a href="#">Build Center</a></li>
- <li><a href="#">About</a></li>
- <li><a href="#">Projects</a></li>
- <li><a href="#">Contact</a></li>
- <li><a href="#">Login</a></li>
- </ul>
- </nav>
- </header>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement