File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< head >
3
+ < title > Hello Azure - Python Quickstart</ title >
3
4
< link rel ="stylesheet " href ="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }} ">
4
5
</ head >
5
6
< html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< head >
3
+ < title > Hello Azure - Python Quickstart</ title >
3
4
< link rel ="stylesheet " href ="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }} ">
4
5
</ head >
5
6
< html >
8
9
< div class ="px-4 py-3 my-2 text-center ">
9
10
< img class ="d-block mx-auto mb-4 " src ="{{ url_for('static', filename='images/azure-icon.svg') }} " alt ="Azure Logo " width ="192 " height ="192 "/>
10
11
<!-- <img src="/docs/5.1/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57"> -->
11
- < h1 class ="display-6 fw-bold "> Welcome to Azure</ h1 >
12
+ < h1 class ="display-6 fw-bold text-primary "> Welcome to Azure</ h1 >
12
13
</ div >
13
14
< form method ="post " action ="{{url_for('hello')}} ">
14
15
< div class ="col-md-6 mx-auto text-center ">
You can’t perform that action at this time.
0 commit comments