-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (32 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="The Best Pho in Seattle - Pho Than Brothers " />
<meta property="og:url" content="https://thanbrothers.com" />
<meta property="og:description" content="Pho Than Brothers is a family-run establishment that serves the best Pho in Seattle. We offer a variety of homemade Pho Bo, along with delicious Pho Chay and Pho Ga." />
<meta property="og:image" content="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fs3-media1.fl.yelpcdn.com%2Fbphoto%2FKucntGNo1nNu-txrUY3pQA%2Fo.jpg&f=1&nofb=1" />
<meta property="og:type" content="website" />
<meta name="description" content="Pho Than Brothers is a family-run establishment that serves the best Pho in Seattle. We offer a variety of homemade Pho Bo, along with delicious Pho Chay and Pho Ga.">
<meta name="keywords" content="pho bo, pho bo tai, pho ga, pho chay, fresh pho, best pho seattle, pho seattle, pho in seattle">
<meta name="author" content="Aaron Chen">
<link rel="icon" type="image/png" href="/static/favicon16x16.png" sizes="16x16"/>
<link rel="icon" type="image/png" href="/static/favicon48x48.png" sizes="48x48"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- <link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet"> -->
<title>The Best Pho in Seattle - Pho Than Brothers</title>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158009245-1"></script>
<script async>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-158009245-1');
</script>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>