Skip to content

Commit f8ef95e

Browse files
authored
Update index.html
1 parent d605429 commit f8ef95e

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
@@ -10,11 +10,11 @@
1010
<div class="px-4 py-3 my-2 text-center">
1111
<img class="d-block mx-auto mb-4" src="{{ url_for('static', filename='images/azure-icon.svg') }}" alt="Azure Logo" width="192" height="192"/>
1212
<!-- <img src="/docs/5.1/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57"> -->
13-
<h1 class="display-6 fw-bold text-primary">Welcome to Azure</h1>
13+
<h1 class="display-6 fw-bold text-primary">Welcome to Flask 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 nickname?</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">

0 commit comments

Comments
 (0)