Skip to content

Commit 6f5da30

Browse files
committed
1 parent 50c00c3 commit 6f5da30

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

reverse-proxy/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>YARP Documentation</title>
5+
<link rel="shortcut icon" href="//www.microsoft.com/favicon.ico?v2" />
6+
<meta http-equiv="refresh" content="2;url=https://aka.ms/YarpDocumentation" />
7+
<meta charset="UTF-8">
8+
<script type="text/javascript">
9+
location.href = 'https://aka.ms/YarpDocumentation';
10+
</script>
11+
</head>
12+
<body>
13+
<p style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size:18px;text-align:center">
14+
YARP documentation has been moved to <a href="https://aka.ms/YarpDocumentation">https://aka.ms/YarpDocumentation</a>.
15+
</p>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)