<!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>