Merge pull request #7 from ibuildthecloud/master

Add index.html
pull/8/head
Darren Shepherd 2020-08-02 23:18:03 -07:00 committed by GitHub
commit 099b37b99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>This is the index page for charts</title>
</head>
<body>
<p>If you are looking for index.yaml, go to https://partner-charts.rancher.io/index.yaml</p>
</body>
</html>