File "Untitled-1.html"

Full Path: /home/analogde/www/Four/Monsta-FTP-master/Untitled-1.html
File size: 514 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Intégration de Google Drive Viewer</title>
</head>
<body>
    <h1>Document Google Drive intégré</h1>
    <iframe src="https://drive.google.com/viewerng/viewer?embedded=true&url=https://drive.google.com/file/d/1234567890abcdefghijklmnopqrstuvwxyz/view?usp=sharing"
            width="600" height="400" frameborder="0" allowfullscreen></iframe>
</body>
</html>