Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Document</title> | |
| <link rel="stylesheet" href="{{url_for('static',filename='css/Niche_style.css')}}"> | |
| </head> | |
| <body> | |
| <div class="Entry"> | |
| <h1>Are You A?</h1> | |
| <div class="choice"> | |
| <div class="Customer"> | |
| <a href="/products"><img id="cust_img" src="{{url_for('static',filename='images/customer.png')}}" alt="image_error" width="100px",height="50px"></a> | |
| <h3>Customer</h3> | |
| </div> | |
| <div class="Seller"> | |
| <a href="/seller"><img id="sel_img" src="{{url_for('static',filename='images/Seller.png')}}" alt="image_error" width="100px",height="50px"></a> | |
| <h3>Seller</h3> | |
| </div> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |