-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b42a66
commit f379c58
Showing
3 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
# Projeto conversão de distância | ||
|
||
### Sobre o projeto | ||
O projeto conversão de distância é um projeto desenvolvido em Python. O projeto tem como objetivo ser um exemplo para a criação de ambiente com containers usando Python. | ||
|
||
### Observações do projeto | ||
A aplicação é exposta usando a porta 5000 | ||
# conversao-distancia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,10 @@ <h1>Conversor de Distância</h1> | |
<select class="form-select" aria-label="Default select example" id="selectTemp" name="selectTemp"> | ||
<option selected value="1">Metro => Quilômetros</option> | ||
<option value="2">Quilômetros => Metro</option> | ||
<option value="3">Metro => Milhas</option> | ||
<option value="4">Milhas => Metro</option> | ||
<option value="5">Metro => Pés</option> | ||
<option value="6">Pés => Metro</option> | ||
</select> | ||
</div> | ||
<div class="mb-3 row"> | ||
|
@@ -66,6 +70,9 @@ <h3>Valor Convertido</h3> | |
</div> | ||
</main> | ||
<footer class="footer mt-auto py-3 bg-light"> | ||
<div class="container"> | ||
<span class="text-muted">Servidor que processou a requisição: {{ hostname }} (IP: {{ ip_address }})</span> | ||
</div> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" | ||
|