前端项目初始化提交
This commit is contained in:
BIN
public/sample.pdf
Normal file
BIN
public/sample.pdf
Normal file
Binary file not shown.
12
public/test.html
Normal file
12
public/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>
|
||||
3
public/vite.svg
Normal file
3
public/vite.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<text y=".9em" font-size="90">📄</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 113 B |
Reference in New Issue
Block a user