summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/bad-ssl-img.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/html/bad-ssl-img.html b/html/bad-ssl-img.html
new file mode 100644
index 0000000..82c87ed
--- /dev/null
+++ b/html/bad-ssl-img.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Iframe test</title>
+ <style>
+ html {
+ background: #ccc;
+ }
+ body {
+ padding: 3em;
+ }
+ </style>
+ </head>
+ <body>
+ <img src="https://expired.badssl.com/favicon.png" title="Bad SSL image test" alt="Bad SSL image test">
+ </body>
+</html> \ No newline at end of file