-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 979 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>
<head>
<title>Ingrid & Leo - 04/11/2015</title>
<meta charset="UTF-8" />
<meta name="description" content="Our epic wedding day!" />
<meta name="keywords" content="wedding, ingrid lacosta, leo succar, miami beach, florida, gallery, photo gallery, image gallery, animated gifs" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="http://ingridandleo.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ingrid & Leo - 04/11/2015" />
<meta property="og:description" content="Our epic wedding day!" />
<meta property="og:image" content="https://farm2.staticflickr.com/1513/25611393092_3706e7edf8_b.jpg" />
<link rel="stylesheet" href="example.css" />
</head>
<body>
<div class="container">
<div id="app"></div>
</div>
<script src="common.js"></script>
<script src="bundle.js"></script>
<script src="app.js"></script>
</body>