https://smiledesignbucuresti.ro/
reduceri-Smile-Design/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frame PDF Centrat</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
iframe {
width: 80%;
height: 80vh;
}
</style>
</head>
<body>
<iframe src="http://www.siips4.ro/wp-content/uploads/2023/09/CIRCLE_MANUALE_ITA.pdf" frameborder="0"></iframe>
</body>
</html>