Spaces:
Sleeping
Sleeping
Update templates/gui.html
Browse files- templates/gui.html +2 -2
templates/gui.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>View PDF
|
| 7 |
<style>
|
| 8 |
iframe {
|
| 9 |
width: 100%;
|
|
@@ -14,6 +14,6 @@
|
|
| 14 |
</head>
|
| 15 |
<body>
|
| 16 |
<h2>PDF Viewer</h2>
|
| 17 |
-
<iframe src="/pdf"></iframe>
|
| 18 |
</body>
|
| 19 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>View PDF</title>
|
| 7 |
<style>
|
| 8 |
iframe {
|
| 9 |
width: 100%;
|
|
|
|
| 14 |
</head>
|
| 15 |
<body>
|
| 16 |
<h2>PDF Viewer</h2>
|
| 17 |
+
<iframe src="/download-pdf#page=2"></iframe> <!-- Change #page=2 to navigate to a specific page -->
|
| 18 |
</body>
|
| 19 |
</html>
|