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
2020-11-21 15:38:28 +01:00
parent 3f7dc653ed
commit 78df8b083b
11 changed files with 55 additions and 90 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -1,14 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE html>
<html>
<head>
<title>pathduck.github.io</title>
<link rel='stylesheet' href='default.css' type='text/css' media='all'>
<link rel="icon" href="/img/decscope-logo-150x150.png" sizes="32x32" />
<meta charset="utf-8">
</head>
<body>
<center>
<p><img src="/img/guru_ani.gif"></a></p>
<head>
<title>pathduck.github.io</title>
<link rel='stylesheet' href='default.css' type='text/css' media='all'>
<link rel="icon" href="./img/decscope-logo-150x150.png" sizes="32x32" />
<meta charset="utf-8">
</head>
<body>
<center>
<p><img src="./img/guru_ani.gif"></a></p>
</center>
</body>
</body>
</html>

View File

@@ -1,26 +0,0 @@
<!DOCTYPE html>
<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" />
</head>
<body>
<center>
<div>Test 1 - MKV + AAC audio</div>
<video width="960" height="540" controls>
<source src="test-aac.mkv">
Your browser does not support the video tag.
</video>
<div>Test 2 - MKV + MP3 audio</div>
<video width="960" height="540" controls>
<source src="test-mp3.mkv">
Your browser does not support the video tag.
</video>
</center>
</body>
</html>

View File

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

Binary file not shown.

Binary file not shown.

View File

@@ -1,30 +1,29 @@
<!DOCTYPE html>
<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" media="screen, projection" href="style.css" />
</head>
<body>
<head>
<title>HTML 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>
Test Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a>
<br>
Test Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a>
<br>
Test Mailto link: <a href="mailto:test@test.com">Mailto link</a>
<br>
Test FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a>
<br>
Test "insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a>
<br>
Test Iframe:<br>
<iframe width="100%" height="200px" src="https://int21.de/frametest/"></iframe>
<br>
Test Iframe PDF:<br>
<iframe width="100%" height="400px" src="https://research.google.com/pubs/archive/44678.pdf"></iframe>
<br>
Test Custom protocol: <a href="sftp://mab.sdf.org">mab.sdf.org</a>
<br>
Test Flash download link: <a href="https://get.adobe.com/flashplayer/">Download</a>
<br>
Test Mailto link: <a href="mailto:test@test.com">Mailto link</a>
<br>
Test FTP download: <a href="ftp://ftp.sunet.se/robots.txt">Download over FTP</a>
<br>
Test "insecure" EXE download: <a href="http://ftp.matrixgames.com/pub/amazon/Afghanistan11-SetupBeta-v070.exe">Download over plain HTTP</a>
<br>
Test Iframe:<br>
<iframe width="100%" height="200px" src="https://int21.de/frametest/"></iframe>
<br>
Test Iframe PDF:<br>
<iframe width="100%" height="400px" src="https://research.google.com/pubs/archive/44678.pdf"></iframe>
<br>
</body>
</body>
</html>

View File

@@ -1,26 +1,22 @@
<!DOCTYPE html>
<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" />
</head>
<body>
<center>
<div>Test 1 - MKV + AAC audio</div>
<video width="960" height="540" controls>
<source src="test-aac.mkv">
Your browser does not support the video tag.
</video>
<div>Test 2 - MKV + MP3 audio</div>
<video width="960" height="540" controls>
<source src="test-mp3.mkv">
Your browser does not support the video tag.
</video>
</center>
</body>
<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" />
</head>
<body>
<center>
<div>Test 1 - MKV + AAC audio</div>
<video width="960" height="540" controls>
<source src="test-aac.mkv">
Your browser does not support the video tag.
</video>
<div>Test 2 - MKV + MP3 audio</div>
<video width="960" height="540" controls>
<source src="test-mp3.mkv">
Your browser does not support the video tag.
</video>
</center>
</body>
</html>

View File

@@ -1,4 +1,4 @@
body {
color: #999;
background: #501020; /* LA150626 #151515; */
background: #501020;
}