20 lines
841 B
HTML
20 lines
841 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Play Flingue</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="title">
|
|
<img src="images/play-flingue.png" height="60px">
|
|
</div>
|
|
<div class="embed">
|
|
<iframe width="854" height="480" src="https://www.youtube-nocookie.com/embed/DradLhT92go?si=6I6uAQWvuWW5rNwK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
|
</div>
|
|
<div>
|
|
<a href="#"><img src="images/windows-button.png" width="250px"></a>
|
|
<a href="https://mega.nz/file/DNF20SQR#k28MZcmu1ub-4IZz_IllJEtXD1g1odf-95VNEAEgugY"><img src="images/mac-button.png" width="250px"></a>
|
|
</div>
|
|
</body>
|
|
</html> |