-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
47 lines (46 loc) · 1.62 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
<!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 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" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png?v=YAmvLXeE0E" />
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<link
rel="mask-icon"
href="/safari-pinned-tab.svg?v=YAmvLXeE0E"
color="#5bbad5" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<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.app/" />
<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" />
</head>
<body>
<main id="root"></main>
</body>
</html>