EVOLUTION-NINJA
Edit File: vi.php
<!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"> <link rel="stylesheet" href="css/style.css"> <title>Play you video</title> </head> <body> <div class="video-container"> <div class="video-content"> <div class="vid-player"> <iframe src="https://player.vimeo.com/video/806240751" width="400" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> </div> </div> <script src="https://player.vimeo.com/api/player.js"></script> </body> </html>