-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
48 lines (46 loc) · 2.47 KB
/
index.php
File metadata and controls
48 lines (46 loc) · 2.47 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>City Without Crime</title>
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {color: #000000;
font-family: cursive;
}
.style2 {
font-size: 18px;
font-weight: bold;
font-family: cursive;
}
-->
</style>
</head>
<body>
<div id="templatemo_wrapper">
<?php
include "Header.php"
?>
<div id="templatemo_content">
<div class="section_w800">
<h2 style="font-family: cursive; color: #147e9d;" align="center">Welcome To Crime Management System</h2>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/home.jpg" width="312" height="312" /></td>
<td valign="top" align="justify"><blockquote>
<p align="justify" class="style1"><span class="style2"> W</span>welcome To Online Crime Management System. This Service is made available by the Government of West Bengal. It is designed to Make people of West Bengal aware from crime. Here People can make online complaints to the Police Station. In order to do so first they have to register themselves on the system. </p>
<p align="justify" class="style1"><span class="style2">U</span>ser can also see the list of Most Wanted Criminals in various area through this web application. Here you can also see the detail of Missing person so you can contact to the person if you find such persons.</p>
</blockquote> </td>
</tr>
</table>
<p> </p>
<div class="cleaner"></div>
</div> <!-- end of section_w760 -->
</div> <!-- end of templatemo_content -->
<?php
include "Footer.php";
?>
</div> <!-- end of templatemo_wrapper -->
</body>
</html>