diff --git a/src/templates/home.html b/src/templates/home.html index 3f4317fc98b130c8f94959066042cd705ad2f63b..ba00e772b4c440630279c4c181a65709c3c217bc 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -29,6 +29,10 @@ <div class="row"> <div class="col-sm" > <h2 style="text-align:center">tosca2doc</h2> + <ol> + <li>Upload TOSCA definitions in YAML format.</li> + <li>Download a docx file containing all the definitions.</li> + </ol> <form action="/tosca2doc" method="post" enctype="multipart/form-data"> Tosca YAML files:<br /> <input type="file" name="file" multiple=""/><br /> @@ -37,7 +41,11 @@ </div> <div class="col-sm"> - <h2 style="text-align:center" >doc2tosca</h2> + <h2 style="text-align:center">doc2tosca</h2> + <ol> + <li>Load SOL 001 specification in docx format. </li> + <li>Download a zip file containing TOSCA definitions in YAML.</li> + </ol> <form action="/doc2tosca" method="post" enctype="multipart/form-data"> Docx file:<br /> <input type="file" name="file" /><br />