File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22< html lang ="en ">
33
44< head >
5+ <!--Google -->
6+ < meta name ="google-site-verification " content ="GAE-uIRdnigcZt8VF2XsG0-2fF-ZrgOAx_rN-j-W1no " />
57 <!-- BOOTSTRAP -->
68 < link rel ="stylesheet " href ="vendor/css/bootstrap.min.css ">
79 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css ">
1517 < script type ="text/javascript " src ="source/main.js "> </ script >
1618 < script type ="text/javascript " src ="source/astar.js "> </ script >
1719 < title > A* pathfinding</ title >
20+
1821</ head >
1922
2023< body >
@@ -49,7 +52,7 @@ <h2>A* pathfinding algorithm</h2>
4952 < i class ="fa fa-cog "> </ i >
5053 Settings
5154 </ button >
52- < button type ="button " class ="btn btn-outline-light " onclick ="window.open('https://github.com/TendTo') ">
55+ < button type ="button " class ="btn btn-outline-light " onclick ="window.open('https://github.com/TendTo/AstarPathfindingAlgorithm ') ">
5356 < i class ="fa fa-github "> </ i >
5457 </ button >
5558 </ div >
You can’t perform that action at this time.
0 commit comments