aboutsummaryrefslogtreecommitdiffhomepage
path: root/secure.php
diff options
context:
space:
mode:
authorMarvin Borner2018-01-10 16:36:30 +0100
committerGitHub2018-01-10 16:36:30 +0100
commitf438a84972c40c5f02907e1e2da9febca0d0bdf6 (patch)
tree19c103d7401210f01e5ec74e8126049c057b4b40 /secure.php
parente5784de52484ab75bbceaec0b5a999a5b2264d4c (diff)
Initial sync
Diffstat (limited to 'secure.php')
-rw-r--r--secure.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/secure.php b/secure.php
new file mode 100644
index 0000000..72d4045
--- /dev/null
+++ b/secure.php
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta charset="UTF-8">
+ <title>Is my password on a password list?</title>
+ <meta name="description" content="Is my password on a list? Is a security test which allows you to check if one of your password is on a password list containing 10 million passwords used by many hackers to hack your account in seconds!" />
+ <link rel="stylesheet" type="text/css" href="css/normalize.css" />
+ <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
+ <link rel="stylesheet" type="text/css" href="css/main.css" />
+ <link rel="stylesheet" type="text/css" href="css/form.css" />
+
+ <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+</head>
+
+<body>
+ <div class="container">
+
+ <div class="codrops-header" id="headerdiv">
+ <h1>Is it safe? <span>Read this if you have concerns about the security of this site.</span></h1>
+ <nav class="codrops-demos">
+ <a href="index.php">Tool</a>
+ <a href="secure.php" class="current-demo">Is it safe?</a>
+ </nav>
+ </div>
+
+ <div class="content bgcolor" id="contentdiv">
+ <h2 id="task">Security</h2>
+ </div>