We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf7ba6 commit 199b010Copy full SHA for 199b010
templates/hello.html
@@ -10,12 +10,12 @@
10
<div class="px-4 py-3 my-2 text-center">
11
<img class="d-block mx-auto mb-4" src="{{ url_for('static', filename='images/azure-icon.svg') }}" alt="Azure Logo" width="192" height="192"/>
12
<!-- <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>
+ <h1 class="display-6 fw-bold">Hello {{name}} as full name</h1>
14
<p class="fs-5">
15
It is nice to meet you!
16
</p>
17
<a href="{{ url_for('index') }}" class="btn btn-primary btn-lg px-4 gap-3">Back home</a>
18
</div>
19
</main>
20
</body>
21
-</html>
+</html>
0 commit comments