Skip to content

Commit f6784be

Browse files
misc: Added index.html and .nojekyll file for static page setup (#6709)
* Create .nojekyll * Added index.html for redirect --------- Co-authored-by: Prakarsh <[email protected]>
1 parent 22cac3b commit f6784be

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=specs/swagger/openapi.html">
5+
<title>Redirecting...</title>
6+
</head>
7+
<body>
8+
<p>If you are not redirected automatically, <a href="specs/swagger/openapi.html">click here</a>.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)