File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 10
10
< div id ="header ">
11
11
< h1 > javascript-astar</ h1 >
12
12
< div class ='buttons '>
13
- < a class ='btn ' href ='../docs/astar.html '> Annotated Source</ a >
14
13
< a class ='btn ' href ='http://github.com/bgrins/javascript-astar '> Github</ a >
15
14
< a class ='btn ' href ='http://www.briangrinstead.com/blog/astar-search-algorithm-in-javascript-updated '> Article</ a >
16
15
</ div >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
5
+ < title > JavaScript A* Search Algorithm</ title >
6
+
7
+ < link rel ="stylesheet " type ="text/css " media ="screen, projection " href ="demo/demo.css " />
8
+ </ head >
9
+ < body >
10
+ < div id ="header ">
11
+ < h1 > javascript-astar</ h1 >
12
+ < div class ='buttons '>
13
+ < a class ='btn ' href ='http://github.com/bgrins/javascript-astar '> Github</ a >
14
+ < a class ='btn ' href ='http://www.briangrinstead.com/blog/astar-search-algorithm-in-javascript-updated '> Article</ a >
15
+ </ div >
16
+ < div class ="links ">
17
+ < a href ='./ '> Home</ a > |
18
+ < a href ='demo/ '> Demo</ a > |
19
+ < a href ='test/ '> Tests</ a > |
20
+ < a href ='benchmark/ '> Benchmark</ a >
21
+ </ div >
22
+ </ div >
23
+
24
+ < div id ="content ">
25
+ < h2 > A* Search Algorithm</ h2 >
26
+
27
+ < ul >
28
+ < li > Try a < a href ='demo/ '> Demonstration</ a > </ li >
29
+ </ li >
30
+ < li > View the < a href ='test/ '> tests</ a > </ li >
31
+ < li > Run the < a href ='benchmark/ '> Benchmark</ a > </ li >
32
+ </ ul >
33
+ </ div >
34
+ </ body >
35
+ </ html >
You can’t perform that action at this time.
0 commit comments