Add index html page

pull/807/head
Alexander Matyushentsev 2017-10-11 09:29:48 -07:00
parent 9614b8a332
commit 306b3c6990
1 changed files with 12 additions and 0 deletions

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<html>
<head>
<title>Argo charts repository</title>
</head>
<body>
<h1>Argo charts repository</h1>
<p>Add this repository</p>
<pre>
helm repo add argo https://argoproj.github.io/argo-heml
</pre>
</body>
</html>