-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
22 lines (20 loc) · 818 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Travel Treasury</title>
<link rel="icon" href="static/favicon.ico">
<meta property="og:site_name" content="Travel Treasury">
<meta property="og:title" content="Travel Treasury">
<meta property="og:description" content="Never worry about money while traveling">
<meta property="og:image" content="https://travel-treasury.s3.amazonaws.com/meta-image.png">
<meta property="og:url" content="https://traveltreasury.app">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Travel Treasury">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>