-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (32 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="3V7_gcolB6Agyp5zwU37tSgAjbVB5QlHuYaF2LC71zY" />
<link href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" rel="stylesheet"/>
<script src="https://github.githubassets.com/assets/environment.js"></script>
<script src="https://github.githubassets.com/assets/behaviors.js"></script>
<script src="https://github.githubassets.com/assets/chunk-vendor.js"></script>
<script src="https://github.githubassets.com/assets/chunk-frameworks.js"></script>
<link rel="canonical" href="https://eliabntt.github.io/" />
<base href='/'>
<meta name="theme-color" content="#000000" />
<meta property="og:description" content="I am Elia Bonetto, a Ph.D. student at Max Planck Institute for Intelligent Systems in Tübingen, Germany and this is my personal webpage."/>
<meta property="og:title" content="Elia Bonetto's webpage"/>
<meta property="og:image" content="%PUBLIC_URL%/social-image.png" />
<meta property="og:url" content="%PUBLIC_URL%" />
<meta property="og:type" content=website />
<meta property="og:locale" content=en_US />
<link rel="apple-touch-icon" href="logo128.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta property="twitter:image" content="%PUBLIC_URL%/social-image.png" />
<title>Elia Bonetto's webpage</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<h1 visibility: hidden>Elia Bonetto's website</h1>
</body>
</html>