-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 1.2 KB
/
Copy pathindex.html
File metadata and controls
47 lines (46 loc) · 1.2 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="utf-8" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="imgs/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="imgs/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="imgs/favicon-16x16.png"
/>
<link rel="icon" href="imgs/favicon.ico" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no"
/>
<meta name="theme-color" content="#ece9e6" />
<meta
name="description"
content="Full Stack Engineer | Blockchain Expert"
/>
<title>andreaswittmann.com</title>
</head>
<body>
<a href="https://github.com/andiwi" target="_blank">
<img src="imgs/github.png" alt="Github logo" />
</a>
<a href="https://andamp.io" target="_blank">
<img src="imgs/andamp.png" alt="andamp.io logo" />
</a>
<a href="https://www.linkedin.com/in/awittmann" target="_blank">
<img src="imgs/linkedin.png" alt="LinkedIn logo" />
</a>
</body>
</html>