Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 99846fc

Browse files
author
Orta
authored
Merge pull request #1124 from microsoft/index_release
Adds a release index redirect to the overview page
2 parents f991719 + 7e90216 commit 99846fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pages/release notes/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta name="description" content="Release notes for TS">
5+
<meta name="keywords" content="TypeScript, TS, releases, release">
6+
<title>TypeScript Release Notes</title>
7+
<script>
8+
window.location.replace("./Overview.html");
9+
</script>
10+
</head>
11+
<body>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)