Skip to content

Commit e2e10f3

Browse files
arrayaddclaude
andcommitted
docs: add docs/index.html redirect for GitHub Pages
GitHub Pages serves from /docs root, redirect to diagrams/index.html Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 52ccf6a commit e2e10f3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=diagrams/index.html">
6+
<title>Learn Claude Code by Java</title>
7+
</head>
8+
<body>
9+
<p>Redirecting... <a href="diagrams/index.html">Click here if not redirected.</a></p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)