-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.html
55 lines (51 loc) · 1.97 KB
/
app.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
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<!-- social -->
<!-- <meta name="title" content="Menu Dot Black – ✊🏿✊🏽✊🏼"> -->
<meta
name="description"
content="Menu dot Black is a growing collection of black owned restaurants and food spots in the Atlanta area, curated by Matthew Pence and Jordan Jung, for your consumption."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://menu.black" />
<meta property="og:title" content="Menu Dot Black – ✊🏿✊🏽✊🏼" />
<meta
property="og:description"
content="Menu dot Black is a growing collection of black owned restaurants and food spots in the Atlanta area, curated by Matthew Pence and Jordan Jung, for your consumption."
/>
<meta
property="og:image"
content="https://res.cloudinary.com/da32ufmnf/image/upload/v1623960677/menu/cover_g9xoj7.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://menu.black" />
<meta property="twitter:title" content="Menu Dot Black – ✊🏿✊🏽✊🏼" />
<meta
property="twitter:description"
content="Menu dot Black is a growing collection of black owned restaurants and food spots in the Atlanta area, curated for your consumption."
/>
<meta
property="twitter:image"
content="https://res.cloudinary.com/da32ufmnf/image/upload/v1623960677/menu/cover_g9xoj7.png"
/>
<!-- plausible -->
<script
async
defer
data-domain="menu.black"
src="https://plausible.io/js/plausible.tagged-events.js"
></script>
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>