Skip to content

Commit bf5ed85

Browse files
committed
Added title. Changed Text to be blue
1 parent 13d4a92 commit bf5ed85

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

templates/hello.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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>

templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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>
@@ -8,7 +9,7 @@
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">

0 commit comments

Comments
 (0)