File "viewer06.php"

Full Path: /home/analogde/www/Analyse/explorer/viewer06.php
File size: 173 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

$file = 'https://analog-design.net/2024_PHP/2024_PHP_28_10_2024/explorer/aaa.pdf';
echo "<embed src='$file' type='application/pdf' width='80%' height='600px' />";

?>