Skip to content

Commit 4da7eff

Browse files
Update hello.html
making changes to see CI/CD deployment triggered
1 parent 4c880ca commit 4da7eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/hello.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<head>
3-
<title>Hello Azure - Python Quickstart</title>
3+
<title>Hello Azure - Python Quickstart by Spencer</title>
44
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }}">
55
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
66
</head>
@@ -18,4 +18,4 @@ <h1 class="display-6 fw-bold">Hello {{name}}</h1>
1818
</div>
1919
</main>
2020
</body>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)