-
Notifications
You must be signed in to change notification settings - Fork 0
/
best.html
20 lines (20 loc) · 893 Bytes
/
best.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The best players</title>
</head>
<body>
<div class="navigation ">
<a class="btn" href="/index.html">home</a>
<a class="btn" href="/best.html">the best players</a>
<a class="btn" href="/EmptyEXE.rar">download the game </a>
</div>
<div class="creators">
<h1>The best players !</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XMgVhIsm87w?si=aSJ09fYkRpNimkfb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</body>
</html>