Skip to content

Commit 27a7c37

Browse files
authored
Update index.html
1 parent d51092f commit 27a7c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>AI</title>
7+
<title>A*</title>
88
</head>
99
<body>
1010
<div id='container'>
11-
<h1>Path finding using AI</h1>
11+
<h1>Path finding using heuristics</h1>
1212
<p id="status"></p>
1313
<canvas id='canvas'></canvas>
1414
</br>
@@ -17,4 +17,4 @@ <h1>Path finding using AI</h1>
1717
</div>
1818
<script src="./src/script.js"></script>
1919
</body>
20-
</html>
20+
</html>

0 commit comments

Comments
 (0)