-
Notifications
You must be signed in to change notification settings - Fork 0
/
freeze-forms.html
122 lines (100 loc) · 5.81 KB
/
freeze-forms.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Neher Data Systems - Credit Forms</title>
<meta name="description" content="Neher Data Systems - Credit forms for requesting freezes and reports by mail.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles-index-and-404.css">
<meta property="og:type" content="website" />
<meta name="og:description" content="Neher Data Systems - Credit forms for requesting freezes and reports by mail.">
<meta property="og:title" content="Neher Data Systems - Credit Forms" />
<!-- <meta property="og:image"
content="https://raw.githubusercontent.com/tylermneher/www.tylermneher.me/main/og-image.png" /> -->
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://credit-forms.neherdata.com/" />
<!-- <link rel="icon" type="image/x-icon" href="static/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="static/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png" /> -->
<link rel="canonical" href="https://credit-forms.neherdata.com/" />
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<div class="row">
<div class="column">
<p>
<img src="neherdata.png" alt=" neherdata" />
</p>
</div>
<div class="column">
<h1>Neher Data Systems</h1>
<h2>Credit Report Freeze Request Forms</h2>
<h3><a data-cy="freeze-body-index" href="index.html">Home</a> | <a data-cy="freeze-body-report"
href="report-forms.html">Report Requests</a> | <a data-cy="freeze-body-freeze"
href="freeze-forms.html">Freeze Requests</a> | <a data-cy="freeze-body-other"
href="other.html">Other</a></h3>
<hr>
<h2>Forms Listing</h2>
<div class="table-responsive">
<table class="pure-table-bordered" border="1" cellpadding="0.25" align="center">
<thead>
<tr>
<th>#</th>
<th>Credit Reporting Agency</th>
<th>Freeze Request Form Link</th>
</tr>
</thead>
<tbody align="center">
<tr>
<th scope="row">1</th>
<td>Equifax</td>
<td><a data-cy="freeze-body-table-equifax"
href="https://credit-forms-neherdata-com.s3.us-east-1.amazonaws.com/freeze-request-forms/Equifax-SecurityFreezeRequest.pdf">Form
Link</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Experian</td>
<td><a data-cy="freeze-body-table-experian"
href="https://credit-forms-neherdata-com.s3.us-east-1.amazonaws.com/freeze-request-forms/Experian-SecurityFreezeRequest.pdf">Form
Link</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Innovis</td>
<td><a data-cy="freeze-body-table-innovis"
href="https://credit-forms-neherdata-com.s3.us-east-1.amazonaws.com/freeze-request-forms/Innovis-SecurityFreezeRequest.pdf">Form
Link</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>LexisNexis</td>
<td><a data-cy="freeze-body-table-lexisnexis"
href="https://credit-forms-neherdata-com.s3.us-east-1.amazonaws.com/freeze-request-forms/LexisNexis-SecurityFreezeRequest.pdf">Form
Link</a></td>
</tr>
<tr>
<th scope="row">5</th>
<td>TransUnion</td>
<td><a data-cy="freeze-body-table-transunion"
href="https://credit-forms-neherdata-com.s3.us-east-1.amazonaws.com/freeze-request-forms/TransUnion-SecurityFreezeRequest.pdf">Form
Link</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<footer id="footer">
<p align="center">© 2024 <a data-cy="freeze-footer-neherdata" href="https://www.neherdata.com/">Neher
Data Systems</a> | <a data-cy="freeze-footer-privacy"
href="https://privacy.neherdata.com/">Privacy
Policy</a> | <a data-cy="freeze-footer-tos" href="https://tos.neherdata.com/">Terms of
Service</a>
</p>
</footer>
</div>
</body>
</html>