fixing buy/sell buttons on frontend
This commit is contained in:
@ -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="static/style.css">
|
||||
<script src="static/script.js"></script>
|
||||
<link rel="stylesheet" href="../static/style.css">
|
||||
<script src="../static/script.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
<div class="buy-game-info">Sat Sep 30, Time TBD · Kinnick Stadium, Iowa City, Iowa</div><br>
|
||||
<br>
|
||||
<img src="static/icons/stadiumicon.png" class="buy-stadium-icon">
|
||||
<img src="../static/icons/stadiumicon.png" class="buy-stadium-icon">
|
||||
<br><br>
|
||||
<div class="buy-bid-button-container">
|
||||
<button class="place-bid-button">Bid</button>
|
||||
@ -84,7 +84,7 @@
|
||||
<br><br>
|
||||
<div class="agree-container">
|
||||
<label for="myCheckbox" class="checkbox-label">I agree to the</label>
|
||||
<a href="static/termsofservice.html" class="terms-of-service">Terms of Service</a>
|
||||
<a href="../static/termsofservice.html" class="terms-of-service">Terms of Service</a>
|
||||
<input type="checkbox" id="myCheckbox" name="myCheckbox">
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user