-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsite.html
68 lines (61 loc) · 3.29 KB
/
website.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
<!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="website.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="#REPORT WOMEN/CHILD RELATED CRIME">REPORT WOMEN/CHILD RELATED CRIME</a>
<a href="#REPORT OTHER CYBER CRIME">REPORT OTHER CYBER CRIME</a>
<a href="#CONTACT US" class="right">CONTACT US</a>
</div>
<div class="row">
<div class="side">
<h2>About Us</h2>
<p><b>Filing a Complaint on National Cyber Crime Reporting Portal.</b></p>
<p><i>This portal is an initiative of Government of India to facilitate victims/complainants to report cyber crime complaints online. This portal caters to complaints pertaining to cyber crimes only with special focus on cyber crimes against women and children. Complaints reported on this portal are dealt by law enforcement agencies/ police based on the information available in the complaints. It is imperative to provide correct and accurate details while filing complaint for prompt action.</i></p>
<p><b>Please contact local police in case of an emergency or for reporting crimes other than cyber crimes. National police helpline number is 100. National women helpline number is 1091.</b></p>
<h3>More Gallery:</h3>
<p></p>
<audio controls>
<source src="https://cybercrime.gov.in/UploadMedia/Audio1E.mp3" type="audio/ogg">
</audio>
</div>
<div class="main">
<h5>Title description, jan 28, 2020</h5>
<div class="fakeimg" style="height: 10px;">
</div>
<img src="crime.jpg">
<p><h3><i>The mission of the Internet Crime Complaint Center, also known as IC3, is to provide the public with a reliable and convenient reporting mechanism to submit information to the Federal Bureau of Investigation (FBI) concerning suspected Internet-facilitated criminal activity and to develop alliances with law enforcement and industry partners. Information is analyzed and disseminated for investigative and intelligence purposes to law enforcement and for public awareness.</i></h3></p>
<br>
<h2 style="color:black"><i><u><u>NEW USER CLICK BELOW .</u></u></i></h2>
<a href="signup.html" target="_blank" style="color:darkorange;background-color: rgb(42, 148, 42);"><b>SIGNUP</b></a>
<h2 style="color:black"><i><u><u>FOR LOGIN.</u></u></i></h2>
<a href="login.html" target="_blank" style="color:darkorange ;background-color:crimson;"><b>LOGIN</b></a>
</div>
</div>
<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>
</p>
<div id="copyright">
© Copyright 2020,ALL RIGHTS RESERVED..
DaTa PiRaTeS :)
</div>
<h2></h2>
</div>
</body>
</html>