Skip to content

Commit d165231

Browse files
committed
Update index.html
1 parent aa4aa2b commit d165231

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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">
@@ -15,6 +17,7 @@
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>

0 commit comments

Comments
 (0)