Skip to content

Commit 22aa550

Browse files
Navn i footer
1 parent b1e28aa commit 22aa550

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
#buttons,
17-
h1 {
17+
h1, h4 {
1818
text-align: center;
1919
color: white;
2020
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
@@ -63,7 +63,9 @@ <h1 id="header">Visualization of algorithms and datastructures</h1>
6363
<button id="unionfind" class="btn btn-primary" onclick="location.href='https://algorithmvis.github.io/UnionFind/index.html'">Union Find</button>
6464
</div>
6565

66-
<div id="footer" class="background"></div>
66+
<div id="footer" class="background">
67+
<h4>By: Kenneth Apeland, Øyvind Skeie Liland og Philip T. Hoang</h4>
68+
</div>
6769
</body>
6870

6971
</html>

0 commit comments

Comments
 (0)