Skip to content

Commit 9009105

Browse files
v2 success and failure
1 parent a10270d commit 9009105

4 files changed

Lines changed: 23 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea/

browser_testing.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<body>
33
<h1>Links for browser testing</h1>
44
Do not click these links unless you are using a browser with site reputation protection.
5-
<p><a href="javascript:window.open('','_self').close();">close</a></p>
5+
<p><a href="v2/success.html">IDV Success</a></p>
6+
<p><a href="v2/failure.html">IDV Failure</a></p>
67
<p><a href="http://http.badssl.com">HTTP1</a></p>
78
<p><a href="http://www.isthisthingon.org/unicode/index.phtml">HTTP2</a></p>
89
<p><a href="http://classic.austlii.edu.au/austlii/reports/2021/AustLII_YiR_2021.pdf">HTTP PDF</a></p>

v2/failure.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Failure</title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

v2/success.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Success</title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)