-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 880 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta property="og:image" itemprop="image" content="https://baby.afrenchcouple.com/og-image2.jpg">
<meta property="og:type" content="website">
<meta property="og:site_name" content="A French Couple Baby">
<meta property="og:title" content="We're having a baby!">
<meta property="og:description" content="Guess the gender to discover it">
<meta property="og:updated_time" content="3600000">
<meta name="description" content="Guess the gender to discover it">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<title>A French Couple Baby</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>