Merge branch 'main' of github.com:aaw3/hackathon-SeatStock
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>
|
||||
@ -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>
|
||||
<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