-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabuse.html
96 lines (88 loc) · 3.25 KB
/
abuse.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact & Abuse Reporting - LGBT.SH</title>
<meta name="title" content="Contact & Abuse Reporting - LGBT.SH" />
<meta name="description" content="Contact us for abuse reports, public suffix list inquiries, or general inquiries regarding LGBT.SH." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lgbt.sh/abuse" />
<meta property="og:title" content="Contact & Abuse Reporting - LGBT.SH" />
<meta property="og:description" content="Contact us for abuse reports, public suffix list inquiries, or general inquiries regarding LGBT.SH." />
<meta property="og:image" content="https://upload.wikimedia.org/wikipedia/commons/f/fd/LGBTQ%2B_rainbow_flag_Quasar_%22Progress%22_variant.svg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://lgbt.sh/abuse" />
<meta property="twitter:title" content="Contact & Abuse Reporting - LGBT.SH" />
<meta property="twitter:description" content="Contact us for abuse reports, public suffix list inquiries, or general inquiries regarding LGBT.SH." />
<meta property="twitter:image" content="https://upload.wikimedia.org/wikipedia/commons/f/fd/LGBTQ%2B_rainbow_flag_Quasar_%22Progress%22_variant.svg" />
<style>
body {
font-family: "Arial", sans-serif;
background-color: #F8F8F8;
color: #333;
margin: 0;
padding: 0;
}
.container {
text-align: center;
padding: 2em;
}
h1 {
font-size: 2.5em;
color: #5c2e5c;
text-shadow: 0 0 10px #1f0e1f;
}
p {
font-size: 1.2em;
line-height: 1.8;
}
a {
color: #007BFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 16px;
color: #fff;
background-color: #5c2e5c;
padding: 10px;
text-align: center;
}
#footer a {
color: #FFD700;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Contact & Abuse Reporting</h1>
<p>
If you need to get in touch with us, please use one of the following email addresses:
</p>
<ul>
<li><b>For Public Suffix List inquiries:</b> <a href="mailto:[email protected]">[email protected]</a></li>
<li><b>To report abuse:</b> <a href="mailto:[email protected]">[email protected]</a></li>
<li><b>For general inquiries and subdomain registration via email:</b> <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<p>
We value your feedback and are here to assist with any concerns or questions you may have.
</p>
<center>
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fd/LGBTQ%2B_rainbow_flag_Quasar_%22Progress%22_variant.svg" width="200" alt="LGBT+ Flag">
</center>
</div>
<div id="footer">
<p>© 2024 LGBT.SH | <a href="https://lgbt.sh/">Back to Homepage</a></p>
</div>
</body>
</html>