-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (113 loc) · 3.56 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Active News</title>
</head>
<h1 style="font-size:300%;">Active News</h1>
<style>
h1 {
background-color: blue;
color: white;
}
</style>
<hr>
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'London')">Celebrity</button>
<button class="tablinks" onclick="openCity(event, 'Paris')">Entertainment</button>
<button class="tablinks" onclick="openCity(event, 'Tokyo')">Gaming</button>
<button class="tablinks" onclick="openCity(event, 'London')">Sports</button>
<button class="tablinks" onclick="openCity(event, 'Paris')">Politics</button>
<button a href="facebook.com" onclick="facebook.com(event, 'Tokyo')">Technology</button>
</div>
<style>
.tab button {
background-color: blue;
cursor: pointer;
padding: 5px 5px;
transition: 0.3s;
border-radius: 5px;
color: white;
}
</style>
<br>
<br>
<br>
<h2 style="font-size:250%;">Headlines</h2>
<style>
h2 {
background-color: blue;
color: white;
}
</style>
<br>
<br>
<br>
<div style="width:100%;text-align:center;">
<body><a href="https://www.rappler.com/entertainment/celebrities/harry-potter-cast-pay-tribute-robbie-coltrane/" style="color:white"><img src="63447495_101.jpeg"></a></body>
<hr>
<b>‘There was no better Hagrid’: ‘Harry Potter’ cast pay tribute to Robbie Coltrane</b>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div style="width:100%;text-align:center;">
<body><a href="https://www.thedailystar.net/shout/news/summertime-render-does-mystery-thriller-and-time-travel-right-3137456" style="color: white;"><img src="summertime-rendering-anime_2.png"></a></body>
<hr>
<b>Summertime Render does mystery, thriller, and time travel right</b>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div style="width:100%;text-align:center;">
<body><a href="https://www.polygon.com/23374974/steam-autumn-winter-spring-sale-dates"><img src="New_Steam_Logo_with_name (1).jpg"></a></body>
<hr>
<b>Steam Sale dates for autumn, winter, and spring revealed by Valve</b>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div style="width:100%;text-align:center;">
<body><a href="https://www.allkpop.com/article/2022/10/members-of-twice-gi-dle-itzy-and-many-more-kpop-idols-were-seen-enjoying-blackpinks-born-pink-world-tour-in-seoul"><img src="1665884960-bor.jpeg"></a></body>
<hr>
<b>Members of TWICE, (G)I-DLE, ITZY, and many more Kpop idols were seen enjoying BLACKPINK's "BORN PINK WORLD TOUR" in Seoul</b>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div style="width:100%;text-align:center;">
<body><a href="https://rockstarintel.com/reports-suggest-social-club-may-have-been-compromised-in-a-recent-hack"><img src="socialclub.jpeg"></a></body>
<hr>
<b>Reports suggest Social Club may have been compromised in a recent hack</b>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<hr>
<br>
<h6>All Rights Reserved ©2022</h6>
<b>Reyna Fabrigar & Niño Balo</b>
<style>
h3 {
background-color: Blue;
}
</style>