-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
29 lines (28 loc) · 1.33 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About</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"><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>
<br><br><br><br>
<div id="About">
<h2>About</h2>
<p style="font-family: cursive; padding: 100px; text-align: center; font-size: 1.3em; border-bottom: 2px solid black;height: 300px;">
<span style="font-style: italic; ">Book My Match</span> is online platform for live IPL stadium tickets.<br> <span>Book My Match</span> shows you schedule and live status of available tickets. IPL auction is completed <br>and it's set to start this month.Our website is direct partner with official IPL website. Tickets <br> are also available on official team websites. The registration of first match has started,<br> Register Now!
</p>
</div>
<script src="./script.js"></script>
</body>
</html>