Skip to content

Commit b63b20e

Browse files
committed
test af github actions
1 parent c67b550 commit b63b20e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

templates/hello.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<div class="px-4 py-3 my-2 text-center">
1111
<img class="d-block mx-auto mb-4" src="{{ url_for('static', filename='images/azure-icon.svg') }}" alt="Azure Logo" width="192" height="192"/>
1212
<!-- <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>
1414
<p class="fs-5">
15-
It is nice to meet you!
15+
Skønt at møde dig!
1616
</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>
1818
</div>
1919
</main>
2020
</body>

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<div class="px-4 py-3 my-2 text-center">
1111
<img class="d-block mx-auto mb-4" src="{{ url_for('static', filename='images/azure-icon.svg') }}" alt="Azure Logo" width="192" height="192"/>
1212
<!-- <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>
1414
</div>
1515
<form method="post" action="{{url_for('hello')}}">
1616
<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>
1818

1919
<!-- <p class="lead mb-2">Could you please tell me your name?</p> -->
2020
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center align-items-center my-1">
2121
<input type="text" class="form-control" id="name" name="name" style="max-width: 256px;">
2222
</div>
2323
<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>
2525
</div>
2626
</div>
2727
</form>

0 commit comments

Comments
 (0)