-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SUN SPORTS IPL AUCTION</title>
<link href="index.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="background1">
<div class="welcome">
<h1 id="Heading"> KSG Sports Auction House</h1>
<nav class="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li> <a href="LogInIPLAuction.html">Log In</a></li>
<li><a href="#">About Us</a></li>
<li><a href="play.html">Play</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</nav>
</div>
<br>
<div class="rules">
<h4>Welcome to <b><i>Sun Sports IPL Auction </i></b></h4>
</div>
</body>
</html>