Skip to content

Commit e44a4c1

Browse files
committed
Grrr. Claude gave me bad advice!
1 parent 57d48f8 commit e44a4c1

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>CodeRunner Documentation</title>
6+
<script>
7+
// Immediately redirect to README.md
8+
window.location.href = 'README.md';
9+
</script>
10+
</head>
11+
<body>
12+
<h1>CodeRunner Documentation</h1>
13+
<p>If you are not automatically redirected, <a href="README.md">click here to view the
14+
documentation</a>.</p>
15+
</body>
16+
</html>

index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)