-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 2.72 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
<!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>Online Housie</title>
<!-- custom css -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
<!-- gooogle fonts -->
<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=Arimo:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<div class="text-center pt-4">
<h1>PLAY HOUSIE ONLINE</h1>
</div>
<main class=" main d-flex justify-content-center align-items-center">
<div class="container text-center">
<div class="row">
<div class="col-lg-6 col.md-12 d-flex align-items-center flex-column">
<div class="card-container ">
<a href="https://thehassanshaikh.github.io/housie/tickets/" target="_blank"><img class="img-fluid rounded game-img"
src="https://repository-images.githubusercontent.com/262050715/a0894f00-944c-11ea-8e11-7a6ac9378b9d"
alt="Housie Tickets Generator" srcset=""></a>
</div>
<h3 class="card-text"><a href="https://thehassanshaikh.github.io/housie/tickets/" target="_blank">HOUSIE TICKETS</a></h3>
</div>
<div class="col-lg-6 col.md-12 d-flex align-items-center flex-column">
<div class="card-container">
<a href="https://thehassanshaikh.github.io/housie/numbers/" target="_blank" > <img class="img-fluid rounded game-img"
src="https://www.cinquecolonne.it/wp-content/uploads/2020/04/master-la-tombola-napoletana-una-tradizione-popolare.jpg" alt="Housie Number Generator"
srcset=""></a>
</div>
<h3 class="card-text"><a href="https://thehassanshaikh.github.io/housie/numbers/" target="_blank">HOUSIE NUMBER GENERATOR</a></h3>
</div>
</div>
<div class=" text-center pt-4">
<p>Design with <span style="color:coral ;">♥</span> <a href="https://www.linkedin.com/in/hassan-shaikh-8873a3179/">By Hassan.sh</a></p>
</div>
</div>
</main>
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>