Merge branch 'main' of github.com:aaw3/hackathon-SeatStock

This commit is contained in:
Liam Stamper
2023-09-24 12:40:46 -05:00
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="static/style.css">
<script src="static/script.js"></script>
<link rel="stylesheet" href="../static/style.css">
<script src="../static/script.js"></script>
</head>
@ -52,7 +52,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>
@ -89,7 +89,7 @@
<br><br>
<div class="agree-container">
<label for="myCheckbox" class="checkbox-label">I agree to the</label>&nbsp;
<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>