1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-24 13:09:56 -04:00
This commit is contained in:
Stian Lund
2022-10-07 18:01:53 +02:00
parent f15ee92bc4
commit a437e23378
19 changed files with 10 additions and 90 deletions

View File

@@ -34,15 +34,14 @@
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./login/">login</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./pdf/">pdf</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./referrer/">referrer</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;18:00]&nbsp;&nbsp;<a class="DIR" href="./test-links/">test-links</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;12:45]&nbsp;&nbsp;<a class="DIR" href="./translate/">translate</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Aug&nbsp;&nbsp;8&nbsp;14:33]&nbsp;&nbsp;<a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Aug&nbsp;&nbsp;8&nbsp;14:45]&nbsp;&nbsp;<a class="DIR" href="./video-test/">video-test</a><br>
[&nbsp;998&nbsp;Jul&nbsp;22&nbsp;14:08]&nbsp;&nbsp;<a class="EXEC" href="./test-links.html">test-links.html</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;17:59]&nbsp;&nbsp;<a class="DIR" href="./video-mkv-aac/">video-mkv-aac</a><br>
<br><br>
</p>
<p>
8 directories, 1 file
8 directories, 0 files
<br><br>
</p>
</html>

View File

@@ -2,9 +2,6 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="../favicon.ico" sizes="32x32">
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css">
</head>
<body>
<form name="LoginForm" action="success.html" method="get">

View File

@@ -1,11 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="../favicon.ico" rel="icon" sizes="32x32">
<link href="style.css" media="screen, projection" rel="stylesheet" type="text/css">
</head>
<body>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!DOCTYPE html>
<html>
<head>
<title>
HTML Test Page
@@ -15,7 +15,7 @@
<div>
Test Embed PDF:<br>
<embed src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="50%" height="600px" type='application/pdf'>
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>

View File

@@ -2,9 +2,8 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">default</a></h1>

View File

@@ -2,9 +2,6 @@
<html>
<head>
<title>Referrer-policy test page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<iframe width="500" height="300" src="default.html"></iframe>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="no-referrer-when-downgrade">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">no-referrer-when-downgrade</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="no-referrer">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">no-referrer</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="origin-when-cross-origin">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">origin-when-cross-origin</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="origin">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">origin</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="same-origin">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">same-origin</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="strict-origin-when-cross-origin">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">strict-origin-when-cross-origin</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="strict-origin">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">strict-origin</a></h1>

View File

@@ -2,10 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="referrer" content="unsafe-url">
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/style.css" />
</head>
<body>
<h1><a href="https://whatsmyreferer.com">unsafe-url</a></h1>

View File

@@ -2,8 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<style>body{color: #999;background: #501020;}</style>
</head>
<body>
<center>

View File

@@ -1,4 +0,0 @@
body {
color: #999;
background: #501020;
}

View File

@@ -1,39 +0,0 @@
<!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>video-test</title>
<style type="text/css">
<!--
BODY { font-family : ariel, monospace, sans-serif; }
P { font-weight: normal; font-family : ariel, monospace, sans-serif; color: black; background-color: transparent;}
B { font-weight: normal; color: black; 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: black; background-color: transparent;}
.FIFO { color: purple; background-color: transparent;}
.CHAR { color: yellow; background-color: transparent;}
.DIR { color: blue; background-color: transparent;}
.BLOCK { color: yellow; background-color: transparent;}
.LINK { color: aqua; background-color: transparent;}
.SOCK { color: fuchsia;background-color: transparent;}
.EXEC { color: green; background-color: transparent;}
-->
</style>
</head>
<body>
<h1>video-test</h1><p>
<a class="NORM" href="..">..</a><br>
<br><br>
</p>
<p>
0 directories, 0 files
<br><br>
</p>
</html>

View File

@@ -29,8 +29,8 @@
<body>
<h1>Mods</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:17]&nbsp;&nbsp;<a class="DIR" href="./CSS/">CSS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:17]&nbsp;&nbsp;<a class="DIR" href="./JS/">JS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:32]&nbsp;&nbsp;<a class="DIR" href="./CSS/">CSS</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Sep&nbsp;11&nbsp;&nbsp;0:32]&nbsp;&nbsp;<a class="DIR" href="./JS/">JS</a><br>
[3.1K&nbsp;Aug&nbsp;13&nbsp;&nbsp;1:11]&nbsp;&nbsp;<a class="EXEC" href="./custom.css">custom.css</a><br>
[1.1K&nbsp;Apr&nbsp;11&nbsp;18:42]&nbsp;&nbsp;<a class="EXEC" href="./custom.unused.css">custom.unused.css</a><br>
[&nbsp;922&nbsp;Jul&nbsp;&nbsp;3&nbsp;16:13]&nbsp;&nbsp;<a class="EXEC" href="./hide-header.css">hide-header.css</a><br>