terms+filecleanup
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<logo><a href="index.html">SeatStock</a></logo>
|
||||
<signinButton><a href="signin.html">Sign In</a></signinButton>
|
||||
<faqButton><a href="FAQ.html">How it Works</a></faqButton>
|
||||
|
||||
<tixButton><a href="tickets.html">Your Tickets</a></tixButton>
|
||||
|
||||
|
||||
|
||||
@ -32,11 +32,10 @@
|
||||
<form id="sell-Ticket" class="stuff" method="post">
|
||||
|
||||
<br>
|
||||
<img src="stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
|
||||
<label for="price">Price:</label>
|
||||
<input type="text" id="price" name="price" required><br><br>
|
||||
<img src="icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
|
||||
<input type="text" id="price" placeholder="Price" required><br><br>
|
||||
|
||||
<input type="submit" value="Submit">
|
||||
<input type="submit" class="submit-price" value="Submit">
|
||||
</form>
|
||||
|
||||
|
||||
@ -46,6 +45,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- *********************** SCRIPT *********** -->
|
||||
<script>
|
||||
const game = new URLSearchParams(window.location.search).get("game");
|
||||
console.log(game);
|
||||
@ -72,22 +76,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- ******************* FOOTER******************** **** -->
|
||||
|
||||
<!-- ******************* FOOTER ******************** **** -->
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
<br><br><br><br><br><br><br>
|
||||
<footer>
|
||||
<p>© 2023 SeatStock V. All rights reserved. </p>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user