-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 2.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Countdown - 2026 World Cup</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Antonio:wght@700&Montserrat:wght@100&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/worldcup.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="https://www.google.com/search?q=world+cup+2026&rlz=1C1GCEA_enBG975BG975&oq=world+cup+&aqs=chrome.2.69i59j35i39j69i59l2j0i67j69i60l3.5167j0j7&sourceid=chrome&ie=UTF-8" style="color: #7D0420"><div id="infobox">more information</div></a>
<ul id="count-down">
<li class="days"></li>
<li class="hours"></li>
<li class="minutes"></li>
<li class="seconds"></li>
</ul>
<script src="./index.js"></script>
<div id="match">The match starts on <text style="color: #FF0DF8">08</text>.<text style="color: #0DFFFB">06</text>.<text style="color: yellow">2026</text> at <text style="color: #FF0DF8">16:00:00</text> <text style="font-size: 100px; color: blue">U<t style="color: #FF310D">T</t><t style="color: #1BFF0D">C</t></text></div>
<div class="buff">
<iframe width="500" height="275" src="https://www.youtube.com/embed/KQFZZp-b0cg?controls=0" title="BUFF" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
<br>
<video-title>BUFF - The Gamers Loyaly Program, Get Paid Simply For Playing!</video-title>
<div class="description">
<p>BUFF rewards gamers simply for playing - the more you play, the more you earn!<br><br>
Get amazing gifts by playing your favorite games! 🎉<br><br>
<text style="font-size: 80%">Download Buff today for free! 👉 <a id="link" href="https://app.buff.game/api/v2/referrals/download/VMR52Xbdq">https://app.buff.game/api/v2/referrals/download/VMR52Xbdq</a></text></p>
</div>
</div>
<div id="clock"></div><p id="timzonetxt">UTC time</p>
<script src="./clock.js"></script>
</body>
</html>