-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 1.47 KB
/
index.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
<html>
<head>
<title>CRIME PORTAL </title>
<style>
#copyright{
margin-top: 10px;
border-top: 1px dashed black;
padding-top:10px;
font-size: 50px;
text-align: center;
color:black;
}
html{
background-color:#c5e3d9;
}
.footer {
padding: 30px;
text-align: center;
background: #ddd;
}
</style>
</head>
<body>
<h1><b><marquee>***<font color="light blue">CRIME PORTAL WEBSITE DESIGNED BY DATA PIRATES:)***</marquee></b></h1>
<hr>
<h2>CLICK ON THE GIVEN LINK TO ACCESS THE WEBSITE</h2>
<h3><b><a href="website.html" target="_BLANK">www.Crimeportal.com</a></b></h3>
<hr>
<div>
<h3>
<b><u>DATA PIRATES TEAM:</u></b>
<ul>
<li>DISHA GARG</li>
<li>PRACHI BINDAL</li>
<li>RAKSHITA BHATIA</li>
<li>SHIVAM SINGH</li>
<li>ABHINAV JAIN</li>
<li>ANSH KATARIA</li>
<li>VISHAL DHIMAN...</li>
</ul>
</div>
<br>
<br>
<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>
<div id="copyright">
© Copyright 2020,ALL RIGHTS RESERVED..
DaTa PiRaTeS :)
</div>
</body>
</html>