Skip to content

Commit 199b010

Browse files
Update hello.html
1 parent 3cf7ba6 commit 199b010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/hello.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
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">Hello {{name}}</h1>
13+
<h1 class="display-6 fw-bold">Hello {{name}} as full name</h1>
1414
<p class="fs-5">
1515
It is nice to meet you!
1616
</p>
1717
<a href="{{ url_for('index') }}" class="btn btn-primary btn-lg px-4 gap-3">Back home</a>
1818
</div>
1919
</main>
2020
</body>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)