<!DOCTYPE HTML>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>

<body>

<!--
Usage:
<a href="/viewpdf.php?file=CV-John-de-Graaff-mei-2020.pdf" target="_blank">CV-John-de-Graaff-mei-2020.pdf</a>
-->

<?php
$par_file = htmlspecialchars($_GET["file"]) ;
?>

Download: <a href="/files/<?php print($par_file) ?>" target="_blank"><?php print($par_file) ?></a>
<br/>

<object data="/files/<?php print($par_file) ?>" type="application/pdf" width="800" height="1200">
</object>

</body>
</html>
