-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (50 loc) · 2.63 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
62
63
64
65
66
67
68
<!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 and Freeze Request Forms</h2>
<h3><a data-cy="index-body-index" href="index.html">Home</a> | <a data-cy="index-body-report"
href="report-forms.html">Report Requests</a> | <a data-cy="index-body-freeze"
href="freeze-forms.html">Freeze Requests</a> | <a data-cy="index-body-other"
href="other.html">Other</a></h3>
<hr>
</div>
</div>
</div>
<footer id="footer">
<p align="center">© 2024 <a data-cy="index-footer-neherdata" href="https://www.neherdata.com/">Neher
Data Systems</a> | <a data-cy="index-footer-privacy" href="https://privacy.neherdata.com/">Privacy
Policy</a> | <a data-cy="index-footer-tos" href="https://tos.neherdata.com/">Terms of Service</a>
</p>
</footer>
</div>
</body>
</html>