-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (62 loc) · 1.73 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>looshch</title>
<meta name="description" content="lollipop among dicks" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<base href="https://loosh.ch" />
<meta property="og:title" content="looshch" />
<meta property="og:description" content="lollipop among dicks" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://loosh.ch" />
<meta
property="og:image"
content="https://loosh.ch/assets/favicon-512x512.png"
/>
<link rel="icon" sizes="any" href="assets/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="assets/lollipop.svg" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon-32x32.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/apple-touch-icon.png"
/>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta name="theme-color" content="#E23F3F" />
</head>
<body>
<header>
<div class="logo">
<a href="https://loosh.ch">
<img
class="lollipop"
src="assets/lollipop.svg"
width="2.7rem"
height="2.7rem"
alt="a red-white 8-section lollipop, serving as a logo"
/>
</a>
</div>
</header>
<nav>
<ul>
<li class="cv">
<a href="assets/george_looshch_cv.pdf">CV</a>
</li>
</ul>
</nav>
</body>
</html>