-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·25 lines (25 loc) · 1.1 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
<!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><a href="endpoints.json">List of API endpoints (JSON)</a></li>
<li><a href="script.js">Javascript module (SDK) to access the API</a></li>
<li><a href="https://github.com/securelay/specs#api">Documentation</a></li>
<li><a href="https://github.com/securelay/apps">Register your app to receive push notification upon public POST</a></li>
</ul>
</div>
</div>
</body>
</html>