-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
71 lines (65 loc) · 2.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Fish the Phishing</title>
<meta name="author" content="Pagar.me">
<meta name="description" content="Don't be cheated by phishers, hook their work by using this tool.">
<meta name="date-created" content="November 7th, 2017">
<meta language="English, Portuguese" content="en-us, pt-br">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- load bootstrap-->
<link rel="stylesheet" href="css/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section id="main">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="heading">
<div class="text-center">
<h1 class="text-white heading-primary">Fish the Phishing</h1>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<form action="#" method="POST">
<div class="form-group">
<label for="input_search" class="text-white">Enter with e-mail, domain or url:</label>
<div class="input-group">
<input type="url" class="form-control" placeholder="e.g., https://www.example.com">
<span class="input-group-btn">
<button type="button" class="btn btn-primary">
<i class="fa fa-search btn-primary"></i>
</button>
</span>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!--
<footer>
<span class="text-white">
Created with
<i class="fa fa-heart"></i> at Root Security
</span>
</footer>
-->
<script src="js/jquery-3.2.1.js"></script>
<script src="bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/popper/popper.min.js"></script>
</body>
</html>