We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c880ca commit 4da7effCopy full SHA for 4da7eff
templates/hello.html
@@ -1,6 +1,6 @@
1
<!doctype html>
2
<head>
3
- <title>Hello Azure - Python Quickstart</title>
+ <title>Hello Azure - Python Quickstart by Spencer</title>
4
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }}">
5
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
6
</head>
@@ -18,4 +18,4 @@ <h1 class="display-6 fw-bold">Hello {{name}}</h1>
18
</div>
19
</main>
20
</body>
21
-</html>
+</html>
0 commit comments