1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-24 13:09:56 -04:00

Initial commit

This commit is contained in:
Stian Lund
2020-10-11 00:20:19 +02:00
commit 1d3f6757b4
2 changed files with 31 additions and 0 deletions

1
index.html Normal file
View File

@@ -0,0 +1 @@
Testing this...

30
test/index.html Normal file
View File

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