Files
simak/app/manual/main.php
2025-10-10 09:25:05 +07:00

10 lines
293 B
PHP

<?php
$pdf='manual.pdf';
?>
<br>
<br>
<br>
<div class="gal-detail thumb" style="background-color:white;">
<embed src="app/manual/pdf/<?php echo $pdf; ?>" width="100%" height="400"></embed>
</div>