-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
88 lines (77 loc) · 3.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<title>Book_My_Match</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<header>
<ul>
<li><a href="./index.html"><img id="logo" src="./titlepng.png"></a></li>
<li><a href="./index.html"><h1 id="home">Home</h1></a></li>
<li><a href="about.html"><h1>About</h1></a></li>
<!-- <li><a href="./schedule.html"><h1>Schedule</h1></a></li> -->
<li style="margin-left: auto;"><a href="./adminlogin.html"><h1>View Schedule</h1></a></li>
<li><a href="query.html"><h1>Ask Queries</h1></a></li>
<li><a href="contacts.html"><h1 id="push">Contact us</h1></a></li>
</ul>
</header>
<div class="cover">
<img id="ccc" src="./2new.jpg">
</div>
<div id="upcoming">
<marquee scrolldelay=30 scrollamount=20 behavior=alternate >
<h2>Upcoming Matches...</h2>
<table border="1" id="Today">
<caption id="caption">Today <span id="todate"></span></caption>
<tr id="tr">
<td>Match</td><td>Venue</td><td>Time</td><td>Available Seats</td><td>Book</td>
</tr>
</table>
<table border="1" id="Tomorrow">
<caption id="caption">Tomorrow</caption>
<tr id="tr">
<td>Match</td><td>Venue</td><td>Time</td><td>Available Seats</td><td>Book</td>
</tr>
</table>
<table border="1" id="Day-aft-to">
<caption id="caption">Day after tomorrow</caption>
<tr id="tr">
<td>Match</td><td>Venue</td><td>Time</td><td>Available Seats</td><td>Book</td>
</tr>
</table>
</marquee>
</div>
<script src="./script.js"></script>
</body>
</html>
<!--<div id="About">
<h2>About</h2>
<p style="font-family: cursive; padding: 10px; text-align: center; font-size: 1.3em; border-bottom: 2px solid black">
<span style="font-style: italic; ">Book My Match</span> is online platform for live IPL stadium tickets. <span>Book My Match</span> shows you schedule and live status of available tickets. IPL auction is completed and it's set to start this month. Our website is direct partner with official IPL website. Tickets are also available on official team websites. The registration of first match has started, Register Now!
</p>
</div>
-->
<!--<div id="querie" style="margin-top: auto;">
<h3>Queries/Review</h3>
<form method="POST">
<input id="qname" type="text" name="Name" placeholder="Your Name" required><br>
<input id="mail" type="email" name="email" placeholder="Your Email ID" required><br>
<input id="comment" type="text" name="comment" placeholder="Comment" required>
<input id="submit" type="submit">
</form>
</div> -->
<!--<div id="contacts">
<a href="./index.html"><img id="logo2" src="./titlepng.png"></a>
<h4>Contact Us</h4>
<pre id="ct"> Himanshu pawar <br> <br> Mohit Kourav <br>
</pre>
<pre id="ct">+91 8275064436 +91 7354647866<br><br>[email protected] [email protected]<br>
</pre>
<div id="social">
<a href="./index.html"><img id="logo3" src="https://ya-webdesign.com/transparent250_/why-does-my-png-have-a-black-background-5.png"></a>
<a href="./index.html"><img id="logo4" src="https://ya-webdesign.com/transparent250_/instagram-clipart-glitter-6.png"></a>
<a href="./index.html"><img id="logo5" src="https://ya-webdesign.com/transparent250_/twitter-clipart-tranparent-3.png"></a>
</div>
</div>
-->