aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sql-injection/index.html')
-rw-r--r--sql-injection/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/sql-injection/index.html b/sql-injection/index.html
deleted file mode 100644
index d3e760b..0000000
--- a/sql-injection/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <title>Login page</title>
- <meta charset="utf-8" />
-<style>
-body {
- text-align: center;
-}
-
-input {
- margin-bottom: 5px;
-}
-
-</style>
- </head>
- <body>
- <h1>Login</h1>
- <form action="login.php" method="post">
- <input type="text" name="email" placeholder="E-mail"><br>
- <input type="password" name="pass" placeholder="Password"><br>
- <input type="submit" value="Log in">
- </form>
- </body>
-</html>