-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·24 lines (24 loc) · 1.04 KB
/
contact.html
File metadata and controls
executable file
·24 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title>Securelay</title>
<meta name="description" content="A secure and ephemeral http-relay for small data.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="p-5 text-bg-primary text-center">
<h1>Welcome to Securelay</h1>
</div>
<div class="text-bg-light pt-5 pb-4">
<ul>
<li>Email: <a href="mailto:securelay.github.io@gmail.com">securelay.github.io@gmail.com</a></li>
<li><a href="https://github.com/securelay/securelay.github.io/discussions/1">If you have GitHub</a></li>
<li><a href="https://github.com/securelay/blacklist">Report</a> user for blacklisting</li>
</ul>
</div>
</div>
</body>
</html>