File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
< div class ="px-4 py-3 my-2 text-center ">
11
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
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 >
13
+ < h1 class ="display-6 fw-bold "> Hej {{name}}</ h1 >
14
14
< p class ="fs-5 ">
15
- It is nice to meet you !
15
+ Skønt at møde dig !
16
16
</ p >
17
- < a href ="{{ url_for('index') }} " class ="btn btn-primary btn-lg px-4 gap-3 "> Back home </ a >
17
+ < a href ="{{ url_for('index') }} " class ="btn btn-primary btn-lg px-4 gap-3 "> Gå tilbage! </ a >
18
18
</ div >
19
19
</ main >
20
20
</ body >
Original file line number Diff line number Diff line change 10
10
< div class ="px-4 py-3 my-2 text-center ">
11
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
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</ h1 >
13
+ < h1 class ="display-6 fw-bold text-primary "> Azure Test </ h1 >
14
14
</ div >
15
15
< form method ="post " action ="{{url_for('hello')}} ">
16
16
< div class ="col-md-6 mx-auto text-center ">
17
- < label for ="name " class ="form-label fw-bold fs-5 "> Could you please tell me your name ?</ label >
17
+ < label for ="name " class ="form-label fw-bold fs-5 "> Hvad er dit navn ?</ label >
18
18
19
19
<!-- <p class="lead mb-2">Could you please tell me your name?</p> -->
20
20
< div class ="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1 ">
21
21
< input type ="text " class ="form-control " id ="name " name ="name " style ="max-width: 256px; ">
22
22
</ div >
23
23
< div class ="d-grid gap-2 d-sm-flex justify-content-sm-center my-2 ">
24
- < button type ="submit " class ="btn btn-primary btn-lg px-4 gap-3 "> Say Hello </ button >
24
+ < button type ="submit " class ="btn btn-primary btn-lg px-4 gap-3 "> Sig hej! </ button >
25
25
</ div >
26
26
</ div >
27
27
</ form >
You can’t perform that action at this time.
0 commit comments