main_web/pdf/index.html
2023-04-15 20:28:38 -04:00

45 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Happy Valentine's Day</title>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.3.122/pdf.min.js"
integrity="sha512-CGtesFWoCAxW8xV1S4wdev6uWmGhkEBtTGJsQLkT75ab0eVyx0RTOdGxHk9hFVV/OlF6ZyCoukfPdiZPpAiUtw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<style>
#id {
margin: auto;
text-align: center;
max-height: 100vh;
}
</style>
</head>
<body>
<!-- <img id="puzzle" src="sean.png" alt="fuckyou" srcset="" /> -->
<!-- <iframe src="sean.pdf" width="100%" height="800px"></iframe> -->
<iframe
id="pdfviewer"
src="sean.html"
frameborder="0"
width="100%"
height="800px"
></iframe>
<!-- <a href="sean.pdf">Open Full Screen PDF.js Viewer</a> -->
<!-- <iframe
id="pdf-js-viewer"
src="sean.pdf"
title="webviewer"
frameborder="0"
width="500"
height="600"
></iframe> -->
<!-- <embed id="puzzle" src="sean.pdf" width="800px" height="800px" /> -->
</body>
</html>