Skip to content

Commit e9dade4

Browse files
authored
Redirect to docs (#2)
1 parent de3648e commit e9dade4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: index.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://assertj.github.io/doc/">
6+
<script type="text/javascript">
7+
window.location.href = "https://assertj.github.io/doc/"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
If you are not redirected automatically, follow this <a href='https://assertj.github.io/doc/'>link to https://assertj.github.io/doc/</a>.
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)