前端项目初始化提交
This commit is contained in:
12
html/test.html
Normal file
12
html/test.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>PDF Test</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>PDF Test</h1>
|
||||
<p>Testing PDF loading from public directory:</p>
|
||||
<iframe src="/sample.pdf" width="100%" height="800px" style="border: 1px solid #ccc;"></iframe>
|
||||
<p><a href="/sample.pdf" target="_blank">Open PDF in new tab</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user