-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (25 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" type="text/css" rel="stylesheet" >
<meta charset="UTF-8">
<meta name="description" content="It's Gina's birthday and we decided to create something a little different for her this year. This year the theme is Minecraft Creations. Clearly all that time the kids spend playing Minecraft is paying off!">
<meta name="keywords" content="gina, birthday, family">
<meta name="author" content="Paul Jacobson and kids">
<meta property="og:image" content="http://happy-bday.gnatj.com/media/imma-f1-1000.png">
<meta property="og:description" content="It's Gina's birthday and we decided to create something a little different for her this year. This year the theme is Minecraft Creations. Clearly all that time the kids spend playing Minecraft is paying off!">
<meta property="og:title" content="Happy Birthday Imma!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy birthday אמא</title>
</head>
<body>
<div id="entry">
<a href="pages/main.html">
<h1>Click me!</h1>
<div id="gift">
<img src="media/birthday-gift.png" height="300px"></a>
</div> <!-- gift -->
</div> <!-- entry -->
</body>
</html>