-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 994 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 994 Bytes
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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>httptape</title>
<meta name="description" content="HTTP traffic recording, redaction, and replay — embeddable Go library.">
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 40rem; margin: 4rem auto; padding: 0 1rem; line-height: 1.6; color: #222; }
h1 { font-size: 2rem; margin-bottom: 0.25rem; }
.tagline { color: #666; margin-top: 0; }
a { color: #5b2da8; }
</style>
</head>
<body>
<h1>httptape</h1>
<p class="tagline">Record, Redact, Replay — HTTP traffic recording, redaction, and replay.</p>
<p>Embeddable Go library, CLI, and Docker image. Zero dependencies.</p>
<ul>
<li><a href="/docs/">Documentation</a></li>
<li><a href="https://github.com/httptape/httptape">GitHub</a></li>
</ul>
<p><small>Site under construction.</small></p>
</body>
</html>