-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ejs
50 lines (41 loc) · 1.92 KB
/
index.ejs
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Berlin Python Pizza 🌃</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ed4337" />
<meta name="msapplication-TileColor" content="#ed4337" />
<meta name="theme-color" content="#ed4337" />
<meta name="description" content="Berlin Python Pizza Night is a micro conference" />
<meta name="twitter:card" value="summary_large_image" />
<meta property="og:title" content="Berlin Python Pizza" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://berlin.python.pizza/" />
<meta property="og:image" content="https://berlin.python.pizza/social-image.jpg?v=2" />
<meta property="og:image:width" content="1640" />
<meta property="og:image:height" content="624" />
<meta property="og:description" content="Berlin Python Pizza Night is a micro conference" />
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="app"></div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123182070-2"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-123182070-2');
</script>
</body>
</html>