Skip to content

Commit 3ecb417

Browse files
committed
Redirect to the Serenity repository
1 parent e3c4e71 commit 3ecb417

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width">
6+
<title>Serenity</title>
7+
</head>
8+
<body>
9+
<script charset="utf-8">
10+
document.location.replace("https://github.com/serenity-rs/serenity");
11+
</script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)