-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpj3.html
32 lines (30 loc) · 1.43 KB
/
pj3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The FSC App</title>
<link rel="stylesheet" href="styleP.css">
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html">
<img src="assets/cute_flame.jpeg" alt="">
</a>
<h1>The FSC App</h1>
</div>
<div class="img">
<img src="./assets/fsc/fsc1.png" >
<img src="./assets/fsc/fs2.png" >
<img src="./assets/fsc/fs3.png" >
<img src="./assets/fsc/fs3.png" >
</div>
<div class="desc">
The FSC App is the ultimate solution for managing and accessing all cricket-related information at the Fizanyatik Sports Club. Whether you're a player, a club member, or a passionate follower, this app keeps you connected with every aspect of the club. Track player statistics, rankings, and match details in one convenient place. Stay updated with schedules, team news, and other essential updates. Designed to be user-friendly and feature-packed, the FSC App serves as a one-stop platform for managing and celebrating the game at Fizanyatik Sports Club!</div>
<div class="githublink">
<a href="https://github.com/Aryan9059/FSC" target="_blank">Visit the GitHub Repository</a>
</div>
</div>
</body>
</html>