Skip to content

Commit 8d0c745

Browse files
committed
functioning app with mcp and deployable to app service
1 parent 66b732f commit 8d0c745

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Todo List</title>
6+
<title>App Service To-do List App</title>
77
<link rel="stylesheet" href="/static/css/style.css">
88
</head>
99
<body>
1010
<div class="container">
1111
<!-- Header -->
1212
<div class="header">
13-
<h1>Todo List</h1>
14-
<p>Simple todo management application</p>
13+
<h1>App Service To-do List App</h1>
14+
<p>With MCP and Agent Integration</p>
1515
</div>
1616

1717
<!-- Add Todo Section -->

0 commit comments

Comments
 (0)