forked from chrisballinger/Cop-Recorder-iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
26 lines (26 loc) · 798 Bytes
/
home.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
<html>
<HEAD>
<LINK href="knowyourrights.css" rel="stylesheet" type="text/css">
</HEAD>
<body>
<img src='[email protected]' width='320' height='13'/>
<h2>If Police Come to Your Home</h2>
<ul>
<li>
If the police knock and ask to enter your home, you
don't have to admit them unless they have a warrant
signed by a judge.
</li>
<li>
However, in some emergency situations (like when a
person is screaming for help inside, or when the police
are chasing someone) officers are allowed to enter and
search your home without a warrant.
</li>
<li>
If you are arrested, the police can search you and the
area close by. If you are in a building, 'close by' rarely includes more than room you are in.
</li>
</ul>
</body>
</html>