-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
55 lines (48 loc) Β· 1.85 KB
/
404.html
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
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lena Schnedlitz Β· That's me</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light" />
<meta http-equiv="Content-Security-Policy" content="script-src 'none'" />
<link rel="canonical" href="https://lena.contact/" />
<!-- social media -->
<meta
property="og:title"
content="Lena Schnedlitz - Digital Business Card"
/>
<meta
name="twitter:title"
content="Lena Schnedlitz - Digital Business Card"
/>
<meta
name="description"
content="Hi, I'm Lena Schnedlitz. This is my digital business card. π"
/>
<meta
property="og:description"
content="Hi, I'm Lena Schnedlitz. This is my digital business card. π"
/>
<meta
name="twitter:description"
content="Hi, I'm Lena Schnedlitz. This is my digital business card. π"
/>
<meta property="og:image" content="https://lena.contact/social.png" />
<meta name="twitter:image" content="https://lena.contact/social.png" />
<meta property="og:url" content="https://lena.contact/" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="apple-touch-icon" href="app.png" />
<link crossorigin="use-credentials" href="manifest.json" rel="manifest" />
<link href="favicon.png" rel="icon" type="image/png" />
<link href="global.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap"
rel="stylesheet"
/>
<meta http-equiv="refresh" content="0; URL=https://lena.contact/" />
</head>
<body></body>
</html>