File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 ">
66 < title > Homepage</ title >
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8- < link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6 /css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
8+ < link href ="https://kennidenni.github.io/heap /css/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
99
1010 < style >
1111 body {
5555 < h1 id ="header "> Visualization of algorithms and datastructures</ h1 >
5656 </ div >
5757 < div id ="buttons ">
58- < button id ="graphs " class ="btn btn-primary " onclick ="location.href='Graphs/index.html' "> DFS/BFS</ button >
59- < button id ="heap " class ="btn btn-primary " onclick ="location.href='Heap/index.html' "> Heap</ button >
60- < button id ="kruskal " class ="btn btn-primary " onclick ="location.href='Kruskal/index.html' "> Kruskal</ button >
61- < button id ="mergesort " class ="btn btn-primary " onclick ="location.href='Mergesort/index.html' "> MergeSort</ button >
62- < button id ="simplesort " class ="btn btn-primary " onclick ="location.href='SimpleSort/index.html' "> SimpleSort</ button >
63- < button id ="unionfind " class ="btn btn-primary " onclick ="location.href='UnionFind/index.html' "> Union Find</ button >
58+ < button id ="graphs " class ="btn btn-primary " onclick ="location.href='https://kennidenni.github.io/ Graphs/index.html' "> DFS/BFS</ button >
59+ < button id ="heap " class ="btn btn-primary " onclick ="location.href='https://kennidenni.github.io/ Heap/index.html' "> Heap</ button >
60+ < button id ="kruskal " class ="btn btn-primary " onclick ="location.href='https://kennidenni.github.io/ Kruskal/index.html' "> Kruskal</ button >
61+ < button id ="mergesort " class ="btn btn-primary " onclick ="location.href='https://kennidenni.github.io/ Mergesort/index.html' "> MergeSort</ button >
62+ < button id ="simplesort " class ="btn btn-primary " onclick ="location.href='https://kennidenni.github.io/ SimpleSort/index.html' "> SimpleSort</ button >
63+ < button id ="unionfind " class ="btn btn-primary " onclick ="location.href='https://kennidenni.github.io/ UnionFind/index.html' "> Union Find</ button >
6464 </ div >
6565
6666 < div id ="footer " class ="background "> </ div >
You can’t perform that action at this time.
0 commit comments