1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-26 13:19:54 -04:00

Update PDF

This commit is contained in:
Stian
2025-06-01 10:13:14 +02:00
parent 4bb7527971
commit f68bf07564
3 changed files with 16 additions and 66 deletions

53
test/pdf/index.html Normal file → Executable file
View File

@@ -1,41 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.7.0 (c) 1996 - 2014 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>pdf</title>
<style type="text/css">
<!--
BODY { color: lime; background: black; font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: lime; background-color: transparent;}
B { font-weight: normal; color: lime; background-color: transparent;}
A:visited { font-weight : normal; text-decoration : none; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:link { font-weight : normal; text-decoration : none; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:hover { color : #000000; font-weight : normal; text-decoration : underline; background-color : yellow; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
A:active { color : #000000; font-weight: normal; background-color : transparent; margin : 0px 0px 0px 0px; padding : 0px 0px 0px 0px; display: inline; }
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM { color: lime; background-color: transparent;}
.FIFO { color: mediumpurple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: deepskyblue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: limegreen; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>pdf</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;304&nbsp;Jun&nbsp;&nbsp;1&nbsp;10:06]&nbsp;&nbsp;<a class="EXEC" href="./pdf-embed.html">pdf-embed.html</a><br>
[&nbsp;291&nbsp;Jun&nbsp;&nbsp;1&nbsp;10:06]&nbsp;&nbsp;<a class="EXEC" href="./pdf-iframe.html">pdf-iframe.html</a><br>
<br><br>
</p>
<p>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray}</style>
</head>
<body>
0 directories, 2 files
<br><br>
</p>
<div>
Test Iframe PDF:<br>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
</div>
<div>
Test Embed PDF:<br>
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>
</body>
</html>

View File

@@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<div>
Test Embed PDF:<br>
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>
</body>
</html>

View File

@@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<div>
Test Iframe PDF:<br>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
</div>
</body>
</html>