-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (71 loc) · 2.86 KB
/
index.html
File metadata and controls
77 lines (71 loc) · 2.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sport Website</title>
<link rel="stylesheet" href="style.css" />
</head>
<body style="background-color: bisque">
<h1
style="
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
color: blue;
"
>
Welcome to my sport website
</h1>
<br />
<br />
<h2>Where all your sporting needs come true!</h2>
<hr />
<p>
"Welcome to the pulse of the sports world! Today, we bring you
groundbreaking news from the international football scene. Our top story
features the astonishing transfer of a renowned striker to a premier
league club, setting a new record in the transfer market. Our expert
analysts dive deep into the implications of this move, offering insights
into how it reshapes team dynamics and the league's balance of power. Stay
tuned as we bring you exclusive interviews with key players and coaches,
providing a behind-the-scenes look at this historic moment in football
history."
</p>
<p>
"Get ready for the ultimate sports experience as we gear up for the
upcoming World Athletics Championships. Our dedicated team provides an
in-depth analysis of the top contenders in each category, highlighting
their journey to this pinnacle of athletic achievement. From sprinting
sensations to marathon masters, we cover the inspiring stories of athletes
who have overcome incredible odds to be here. Explore our interactive
charts and infographics that break down performance statistics, giving you
a comprehensive view of what to expect at this electrifying event."
</p>
<p>
"Step into our Fan Zone, where sports enthusiasts unite! This section is
dedicated to passionate fans around the globe. Participate in our weekly
polls, share your predictions for upcoming games, and engage in lively
discussions with fellow sports lovers. Our 'Fan of the Week' feature
spotlights devoted supporters, showcasing their love for the game. Don't
miss out on our exclusive fan contests where you can win exciting prizes,
including signed memorabilia and tickets to major sporting events. Join
the community and celebrate the spirit of sportsmanship with us!"
</p>
<div style="text-align: center">
<img
style="border: solid 2px"
src="assets/images/360_F_278427683_zeS9ihPAO61QhHqdU1fOaPk2UClfgPcW.jpg"
alt="people playing sports"
text="sport teams"
/>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<footer>All rights reserved to Josef Gvirtzman ©</footer>
</body>
</html>