Open PDF when accessing Website

Asked

Viewed 158 times

0

I need that when accessing the website, to be loaded a PDF, someone knows to inform if I have to create some index and to insert some iframe and to say to open the pdf?

1 answer

1


Redirecting the index doesn’t help? If so, use the structure below.

<html>
  <head>
    <meta http-equiv="refresh" content="0;URL=seu_arquivo.pdf" />
  </head>
  <body>
  </body>
</html>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.