-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
32 lines (28 loc) · 868 Bytes
/
footer.html
File metadata and controls
32 lines (28 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon.ico">
<link rel="stylesheet" href="/css.css">
<link href="/css/sticky-footer.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
</body>
<footer class="footer">
<div class="footercontainer">
<div id="links">
<a href="https://www.linkedin.com/in/dominik-berger-885738185/" target="_blank">
<img class="linkedIn" src="/images/linkedIn.png">
</a>
<a href="https://github.com/Doemuu" target="_blank">
<img class="linkedIn" src="/images/github.png">
</a>
</div>
<button id="topBtn" onclick="backtoTop()">
<img src="/images/up.png">
</button>
</div>
</footer>
</html>