Skip to content

Commit 3cf7ba6

Browse files
Update index.html
test
1 parent a798774 commit 3cf7ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
1414
</div>
1515
<form method="post" action="{{url_for('hello')}}">
1616
<div class="col-md-6 mx-auto text-center">
17-
<label for="name" class="form-label fw-bold fs-5">Could you please tell me your name?</label>
17+
<label for="name" class="form-label fw-bold fs-5">Could you please tell me your full name?</label>
1818

1919
<!-- <p class="lead mb-2">Could you please tell me your name?</p> -->
2020
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
@@ -27,4 +27,4 @@ <h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
2727
</form>
2828
</main>
2929
</body>
30-
</html>
30+
</html>

0 commit comments

Comments
 (0)