-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite1.html
More file actions
62 lines (56 loc) · 2.8 KB
/
website1.html
File metadata and controls
62 lines (56 loc) · 2.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CRIME PORTAL</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="website1.css">
</head>
<body>
<div class="header" id="new">
<h1><img src="logo.png" id="logo">...::CRIME PORTAL::...<img src="swach-bharat.png" id="logo1"></h1>
</div>
<h2 style="text-align: center;color:solid black">A <b>GOVT</b> OF <i>INDIA</i> INITIATIVE.</h2>
<div class="navbar">
<a href="HOME" class="active">HOME</a>
<a href="women related crime.html" target="_blank">WOMEN RELATED CRIME</a>
<a href="CHILD.html" target="_blank">CHILD RELATED CRIME</a>
<a href="cyber.html" target="_blank">CYBER CRIME</a>
<a href="contactus.html" target="_blank" class="right">CONTACT US</a>
<a href="website.html" class="x">LOGOUT</a>
</div>
<div class="row">
<div class="side">
<h2>ABOUT US.</h2>
<h5>PHOTOS OF ME:</h5>
<img src="reportcybercrime.jpg"style="height:300px;">
<p><b>A crime (or misdemeanor or felony) is an act done by a person which is against the laws of a country or region. A person who does this is called a criminal.
The basic idea of what things are called "crimes" is that they are thought to be things that might cause a problem for another person. Things like killing another person, injuring another person, or stealing from another person are crimes in most countries. Also, it can be a crime to have or sell contraband such as guns or illegal drugs.
When some criminals make money from crime, they try to stop the police finding out where the money came from by money laundering.</b></p>
<h3><b><i>LEVEL OF CRIME.</i></b></h3>
<p>
<ul>
<li><b><u>Misdemeanor</b></u> - a minor crime, typically punished by a fee or less than 1 year in jail.</li>
<li><b><u>Felony (or high crime)</u></b> - a major crime, typically punished by 1 year or longer in prison.</li>
<li><b><u>Mens rea</b></u>-occurs when the offence is committed with intent or knowledge or recklessness (guilty mind)</li>
<li><b><u>Actus rea</b></u>- a wrongful deed</li>
</ul></p></div></div>
<img src="Misdemeanor.jpg" style="height:200px;">
<img src="felony.jfif" style="height:200px;">
<img src="mensrea.jfif" style="height:200px;">
<img src="actus-reus.jpg" style="height:200px;">
<div class="footer">
<p class="footer-links">
<a href="feedback.html"target="_blank">FEEDBACK</a>
|
<a href="#FAQ"target="_blank">FAQ</a>
|
<a href="Webpolicy.html"target="_blank">WEBSITE POLICIES</a>
|
<a href="disclaimer.html" target="_blank">ABOUT</a>
<div id="copyright">
© Copyright 2020,ALL RIGHTS RESERVED..
DaTa PiRaTeS :)
</div>
</body>
</html>