-
Notifications
You must be signed in to change notification settings - Fork 0
/
playohome.html
40 lines (38 loc) · 979 Bytes
/
playohome.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
<html lang="en">
<head>
<title>Home page</title>
</head>
<body>
<header>
<center>
<h1>
<font color ="Green"><b>PLAYO</b></font>
</h1>
</center>
<a href="#"> Home</a>|
<a href="about.html">About</a>|
<a href="contactus.html">contact us</a>
</header>
<hr>
<p>
<h1>
<b>PLAYO IS THE WORLD'S #1 <br> SPORTS ACTIVITES ENABLER</b>
</h1>
</p>
<p>
we are a one-step platform to help sports enthusiasts meet olaypals,<br>
discover venues,skill-up their game,manage their activites seamlessly,<br>
and buy gear
</p>
<br><br><br><br><br><br><br><br><br>
<hr>
<footer>
<center>
<h4>
<font color="black"><b> @2024 360 digrii Pvt Ltd</b></font><br>
<font> All rights are reserved</font>
</h4>
</center>
</footer>
</body>
</html>