forked from DanBuda11/recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (75 loc) · 2.19 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
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
id="viewport"
content="width=device-width, initial-scale=1.0 user-scalable=no"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Dan Buda's favorite recipes." />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png?v=YAmvLXeE0E"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png?v=YAmvLXeE0E"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png?v=YAmvLXeE0E"
/>
<link rel="manifest" href="/site.webmanifest?v=YAmvLXeE0E" />
<link
rel="mask-icon"
href="/safari-pinned-tab.svg?v=YAmvLXeE0E"
color="#5bbad5"
/>
<link rel="shortcut icon" href="/favicon.ico?v=YAmvLXeE0E" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="Buda Fooda" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Dan Buda's favorite recipes." />
<meta property="og:image" content="/budafooda.png" />
<meta property="og:url" content="https://buda-fooda.netlify.com/" />
<title>Buda Fooda</title>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Lato"
rel="stylesheet"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-71553810-4"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-71553810-4');
</script>
</head>
<body>
<main id="main"></main>
</body>
</html>