From 29d91b9ec32a8fff36c60938c4d87f7ee5495497 Mon Sep 17 00:00:00 2001
From: TQS <56479841@qq.com>
Date: 星期二, 14 三月 2023 08:06:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/bfasrs' into bfasrs

---
 src/main/webapp/views/pdf.html |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pdf.html b/src/main/webapp/views/pdf.html
new file mode 100644
index 0000000..5844f59
--- /dev/null
+++ b/src/main/webapp/views/pdf.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <link rel="icon" type="image/x-icon" href="../static/image/favicon.ico" />
+    <title>AS / RS 鎿嶄綔鎵嬪唽</title>
+    <style>
+        html,body,div {
+            height: 100%;
+            overflow: hidden;
+        }
+        * {
+            margin: 0;
+        }
+        embed {
+            height: 100%;
+        }
+        iframe {
+            width: 100%;
+            height: 100%;
+        }
+    </style>
+</head>
+<body>
+    <div>
+        <iframe src="./1_鑷姩浠撳簱绠$悊绯荤粺鎿嶄綔璇存槑.pdf" frameborder="0"></iframe>
+    </div>
+</body>
+</html>
\ No newline at end of file

--
Gitblit v1.9.1