-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
78 lines (63 loc) · 1.83 KB
/
page.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>Webpage</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<div id="showcase">
<header>
<nav >
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Indoor</a></li>
<li><a href="#">Outdoor</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
</header>
</div>
<img src="12.png"; id="right"; height="90px"; width="90px">
<br><br><br>
<div class="container">
<h1>Sk Sports</h1>
<h2>Your Best Place to visualize and enjoy playing different sports</h2>
<p>
Mysports is the best way to organize and enjoy the feel of playing and stepping into the world of virtual sports-and shop for the ones you want.Enjoy all the entertainment provided free and in any platform-MAC and WINDOWS
</p>
</div>
<footer>
<div class="footer">
<div class="footer-cols">
<ul>
<li>Air Sports</li>
<li><a href="#">Gliding</a></li>
<li><a href="#">Model Aircraft</a></li>
<li><a href="#">Parachuting</a></li>
<li><a href="#">ParaGliding</a></li>
<li><a href="#">Air Racing</a></li>
</ul>
<ul>
<li>Board Sports</li>
<li><a href="#">Skateboarding</a></li>
<li><a href="#">Scootering</a></li>
<li><a href="#">Skysurfing</a></li>
<li><a href="#">SnowBoarding</a></li>
<li><a href="#">Paddle Boarding</a></li>
</ul>
<ul>
<li>Gymnastics</li>
<li><a href="#">Wheel gymnastics</a></li>
<li><a href="#">Rope Jumping</a></li>
<li><a href="#">Aerobic Gymnastics</a></li>
<li><a href="#">Rope Climbing</a></li>
<li><a href="#">Juggling</a></li>
</ul>
</div>
<div class="footer-bottom">
<p>copyright © 2021 </p>
</div>
</footer>
</body>
</html>