-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcheck_status.php
53 lines (45 loc) · 1.73 KB
/
check_status.php
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
<?php
?>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="formvalidate.js"></script>
<title></title>
</head>
<body>
<form name='fir' method="post" action="registered_check_status.php">
<div id="title">
<div id="srt">
<p><img src="gov.png" id="im" alt="gov symbol" align="left"></p>
<a href="logout.php"> Logout </a>
<p>Government of India</p>
</div>
<div id="div1">
<img src="logo_1.png" alt="Government Symbol" align="left">
<h1 align="center" style="font-size : 50px"> COMPLAINT REGISTRATION FORM </h1>
<p align="center" style="font-size : 25px"> If you have witnessed an incident that files under police attribution, please use this online
police FIR report form to signalize it. the police will review the report and take the
appropriate action. Thank you for being a responsible citizen. </p> </div>
<div id="sep">
<marquee>As per the prevailing laws, FIR of a major crime (cognizable crimes like theft,
burglary, motor vehicle theft, accident, chain-snatching, assault, rape, murder,
attempt to commit murder, robbery, dacoity, extortion etc) can only be registered
at a Police Station.
Please contact your nearest Police Station for the same.</marquee>
</div>
</div>
<hr>
<div id="MyNav">
<ul>
<a href="https://timesofindia.indiatimes.com/news"> <li>NEWS</li></a>
<a href="https://mumbaipolice.co.in/"> <li>ABOUT US</li></a>
</ul>
</div>
<br>
<div class="col-25"><label for="id">Enter Email ID</label> </div><div class="col-75"><input type="email" id="email" name="email" size="30" placeholder="Email ID...."> </div><br> <br>
<div class="col-25" id="butn" align="center"><input type="submit" value="Submit">
</div>
</form>
</body>
</html>