We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b732f commit 8d0c745Copy full SHA for 8d0c745
1 file changed
templates/index.html
@@ -3,15 +3,15 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Todo List</title>
+ <title>App Service To-do List App</title>
7
<link rel="stylesheet" href="/static/css/style.css">
8
</head>
9
<body>
10
<div class="container">
11
<!-- Header -->
12
<div class="header">
13
- <h1>Todo List</h1>
14
- <p>Simple todo management application</p>
+ <h1>App Service To-do List App</h1>
+ <p>With MCP and Agent Integration</p>
15
</div>
16
17
<!-- Add Todo Section -->
0 commit comments