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 2
2
< html lang ="en ">
3
3
4
4
< head >
5
+ <!--Google -->
6
+ < meta name ="google-site-verification " content ="GAE-uIRdnigcZt8VF2XsG0-2fF-ZrgOAx_rN-j-W1no " />
5
7
<!-- BOOTSTRAP -->
6
8
< link rel ="stylesheet " href ="vendor/css/bootstrap.min.css ">
7
9
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css ">
15
17
< script type ="text/javascript " src ="source/main.js "> </ script >
16
18
< script type ="text/javascript " src ="source/astar.js "> </ script >
17
19
< title > A* pathfinding</ title >
20
+
18
21
</ head >
19
22
20
23
< body >
@@ -49,7 +52,7 @@ <h2>A* pathfinding algorithm</h2>
49
52
< i class ="fa fa-cog "> </ i >
50
53
Settings
51
54
</ 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 ') ">
53
56
< i class ="fa fa-github "> </ i >
54
57
</ button >
55
58
</ div >
You can’t perform that action at this time.
0 commit comments