-
Notifications
You must be signed in to change notification settings - Fork 0
/
page12.html
80 lines (67 loc) · 2.33 KB
/
page12.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
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Project</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.6.3/css/all.css' integrity='sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/' crossorigin='anonymous'>
<link rel="stylesheet" href="style.css">
</heads
<body>
<div id="particle"></div>
<div id="overlay" class="container">
<br>
<br>
<h2> <center>PHI</center></h2>
<hr>
<p>
<ol>
<ul><h2>
9. Health plan beneficiary number
</h2></ul>
<ul><h2>
10. Account Numbers
</h2></ul>
<ul><h2>
11. Certificate/License Number
</h2></ul>
<ul><h2>
12. Vehicle identifiers, serial numbers, or license plate numbers
</h2>
</ul>
<ul><h2>
13. Device identifiers or serial numbers
</h2>
</ul>
<ul><h2>
14. Web URLs
</h2></ul>
<ul><h2>
15. IP ADDRESS
</h2>
</ul>
<ul><h2>
16. Biometric identifiers such as fingerprints or voice prints
</h2>
</ul>
<ul><h2>
17. Full face photos
</h2>
</ul>
<ul><h2>
18. Any other unique identifying numbers, characteristics, or codes
</h2></ul>
</ol>
</p>
<hr>
<center><a href="page131.html">Next Slide</a></center>
<center><a href="page11.html">Previous Slide</a> </center>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</body>
</html>