Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit ca7a747

Browse files
committed
Initial commit
0 parents  commit ca7a747

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

fs2-kafka/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Redirecting...</title>
7+
<meta
8+
http-equiv="refresh"
9+
content="0; url=https://typelevel.org/fs2-kafka"
10+
/>
11+
</head>
12+
<body>
13+
<p>
14+
If you are not redirected automatically,
15+
<a href="https://typelevel.org/fs2-kafka">click here</a>.
16+
</p>
17+
</body>
18+
</html>

vulcan/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Redirecting...</title>
7+
<meta http-equiv="refresh" content="0; url=https://typelevel.org/vulcan" />
8+
</head>
9+
<body>
10+
<p>
11+
If you are not redirected automatically,
12+
<a href="https://typelevel.org/vulcan">click here</a>.
13+
</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)