12345678910111213141516171819 |
- commit c678f51d2a9751c736acd87298f6598c9e06bb00
- Author: Lucas de Souza <lucascalion@gmail.com>
- Date: Thu Oct 10 17:27:09 2019 -0300
- Corrigir URL do exercicio de exemplo para idioma en
- diff --git a/index.html b/index.html
- index 541e0b5..67384a8 100644
- --- a/index.html
- +++ b/index.html
- @@ -81,7 +81,7 @@
- </p>
- <div class="embed-responsive embed-responsive-16by9">
- <iframe class="embed-responsive-item"
- - src="ivprogh/index.html?lang=en&iLM_PARAM_AssignmentURL=true&iLM_PARAM_Assignment=../ex_pt/exerc/exemplo_fatorial.ivph"
- + src="ivprogh/index.html?lang=en&iLM_PARAM_AssignmentURL=true&iLM_PARAM_Assignment=../ex_en/exerc/exemplo_fatorial.ivph"
- allowfullscreen>
- </iframe>
- </div>
|