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 8e3ae24 commit b2ee117Copy full SHA for b2ee117
templates/index.html
@@ -10,7 +10,7 @@
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 text-primary">Welcome to Azure you beautiful thing</h1>
+ <h1 class="display-6 fw-bold text-primary">Welcome to Azure. This is the main branch</h1>
14
</div>
15
<form method="post" action="{{url_for('hello')}}">
16
<div class="col-md-6 mx-auto text-center">
0 commit comments