Skip to content

Commit 4bdbe4e

Browse files
committed
feat: add root index
0 parents  commit 4bdbe4e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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>
3+
<head>
4+
<title>Commitizen Tools</title>
5+
<meta http-equiv="refresh" content="0; url=/commitizen/" />
6+
<link
7+
rel="canonical"
8+
href="https://commitizen-tools.github.io/commitizen/"
9+
/>
10+
</head>
11+
<body>
12+
<p>
13+
You will be redirected to the Commitizen documentation shortly. If
14+
you are not redirected, please click here:
15+
<a href="/commitizen/">Commitizen Documentation</a>.
16+
</p>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)