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 11<!doctype html>
22< head >
3+ < title > Hello Azure - Python Quickstart</ title >
34 < link rel ="stylesheet " href ="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }} ">
45</ head >
56< html >
Original file line number Diff line number Diff line change 11<!doctype html>
22< head >
3+ < title > Hello Azure - Python Quickstart</ title >
34 < link rel ="stylesheet " href ="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }} ">
45</ head >
56< html >
89 < div class ="px-4 py-3 my-2 text-center ">
910 < img class ="d-block mx-auto mb-4 " src ="{{ url_for('static', filename='images/azure-icon.svg') }} " alt ="Azure Logo " width ="192 " height ="192 "/>
1011 <!-- <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 >
1213 </ div >
1314 < form method ="post " action ="{{url_for('hello')}} ">
1415 < div class ="col-md-6 mx-auto text-center ">
You can’t perform that action at this time.
0 commit comments