File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 ">
6
6
< title > Homepage</ title >
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
- < link href ="https://kennidenni .github.io/INF219 /JqueryAndBootstrap/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
8
+ < link href ="https://algorithmvis .github.io/JqueryAndBootstrap/bootstrap.min.css " rel ="stylesheet " type ="text/css ">
9
9
10
10
< style >
11
11
body {
55
55
< h1 id ="header "> Visualization of algorithms and datastructures</ h1 >
56
56
</ div >
57
57
< div id ="buttons ">
58
- < button id ="graphs " class ="btn btn-primary " onclick ="location.href='https://kennidenni .github.io/INF219 /Graphs/index.html' "> DFS/BFS</ button >
59
- < button id ="heap " class ="btn btn-primary " onclick ="location.href='https://kennidenni .github.io/INF219 /Heap/index.html' "> Heap</ button >
60
- < button id ="kruskal " class ="btn btn-primary " onclick ="location.href='https://kennidenni .github.io/INF219 /Kruskal/index.html' "> Kruskal</ button >
61
- < button id ="mergesort " class ="btn btn-primary " onclick ="location.href='https://kennidenni .github.io/INF219 /MergeSort/index.html' "> MergeSort</ button >
62
- < button id ="simplesort " class ="btn btn-primary " onclick ="location.href='https://kennidenni .github.io/INF219 /SimpleSort/index.html' "> SimpleSort</ button >
63
- < button id ="unionfind " class ="btn btn-primary " onclick ="location.href='https://kennidenni .github.io/INF219 /UnionFind/index.html' "> Union Find</ button >
58
+ < button id ="graphs " class ="btn btn-primary " onclick ="location.href='https://algorithmvis .github.io/Graphs/index.html' "> DFS/BFS</ button >
59
+ < button id ="heap " class ="btn btn-primary " onclick ="location.href='https://algorithmvis .github.io/Heap/index.html' "> Heap</ button >
60
+ < button id ="kruskal " class ="btn btn-primary " onclick ="location.href='https://algorithmvis .github.io/Kruskal/index.html' "> Kruskal</ button >
61
+ < button id ="mergesort " class ="btn btn-primary " onclick ="location.href='https://algorithmvis .github.io/MergeSort/index.html' "> MergeSort</ button >
62
+ < button id ="simplesort " class ="btn btn-primary " onclick ="location.href='https://algorithmvis .github.io/SimpleSort/index.html' "> SimpleSort</ button >
63
+ < button id ="unionfind " class ="btn btn-primary " onclick ="location.href='https://algorithmvis .github.io/UnionFind/index.html' "> Union Find</ button >
64
64
</ div >
65
65
66
66
< div id ="footer " class ="background "> </ div >
You can’t perform that action at this time.
0 commit comments