-
Notifications
You must be signed in to change notification settings - Fork 5
/
moreinfo.html
63 lines (46 loc) · 1.76 KB
/
moreinfo.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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="/img/fishlogo.jpg">
<meta charset="utf-8">
<title>My First Bootstrap project</title>
<link rel="stylesheet" type="text/css" href="/stylesheets/bootstrap.css">
</head>
<body>
<!-- The Main wrapper div starts -->
<div class="container">
<!-- header content -->
<h1><a href="Home.html"></a></h1>
<!-- Navigation -->
<!-- Footer Section -->
<div class = "row">
<div>
<div class = "span12 well">
<h1> What is Phishing?</a> </h1>
<hr>
<h3> Have you ever seen messages like this? </h3>
<img src = "img/scam.jpg" width=400 height=400 text-align = center>
<a href="/Intro" class="btn btn-default btn-xlarge" style= "position:absolute;left:1100px; top: 22px;"> Back</a>
</div>
<div class = "span12 well">
<h3>You should know better not to click on these links because they look very suspicious, and probably will mess up your computer. However this is how phishing works. Most of the times the process is more intricate.</h3>
<!-- <hr> -->
<img src = "/img/bankemail.jpg">
<h3> They send out legit looking fake emails posing as a credible company to convince you that your personal information has been lost.</h3>
</div>
<div class = "span12 well">
<h3> And if that didnt really explain what phising really is I hope this cartoon does</h3>
<img src = "/img/phishingcartoon.jpg" width=900 height=300>
</div>
</div>
</div>
<!-- Copyright Area -->
<hr>
<div class="footer">
<p>© 2013</p>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script scr="js/bootstrap.js"></script>
</body>
</html>