Skip to content
Snippets Groups Projects
Commit ff9c2fd3 authored by Aqeel Rehman's avatar Aqeel Rehman
Browse files

Upload New File

parent 73792b2d
No related branches found
No related tags found
No related merge requests found
{% extends "bootstrap/base.html" %}
{% block head %}
{{ super() }}
<meta charset="UTF-8">
<link rel="stylesheet" href="{{ url_for('Static', filename='styles.css') }}">
{% endblock head %}
{% block title %}
Powerlifting Shop
{% endblock %}
{% block navbar %}
<ul id="navbarList">
<li><a href="/">Powerlifting Shop</a></li>
<li><a href="/basket">Basket</a></li>
<li></li>
<li id="search-bar">
<form id="search-bar-form" method="GET" action="{{ url_for('searchForProduct') }}">
<input type="text" name="query" placeholder="Search for products">
<button type="submit">Search</button>
</form>
</li>
</ul>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment