fixing buy/sell buttons on frontend

This commit is contained in:
John Piaszynski
2023-09-24 12:34:29 -05:00
parent 42aa31168d
commit 847249582f
3 changed files with 13 additions and 13 deletions

View File

@ -6,8 +6,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SeatStock</title>
<link rel="stylesheet" href="style.css">
<script src="static/script.js"></script>
<link rel="stylesheet" href="../static/style.css">
<script src="../static/script.js"></script>
</head>
@ -32,7 +32,7 @@
<form id="sell-Ticket" class="stuff" method="post">
<br>
<img src="static/icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
<img src="../static/icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
<input type="text" id="price" placeholder="Price" required><br><br>
<input type="submit" class="submit-price" value="Submit">