-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaj.html
47 lines (28 loc) · 1.46 KB
/
aj.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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title></title>
<link rel="stylesheet" media="all" href="styles.css"/>
<meta name="viewport" content="initial-scale=1.0, width=device-width, maximum-scale=1.0"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript" src="http://use.typekit.com/gpt1qhz.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="wrapper">
<div id="content">
<h1>Paul Tagell</h1>
<hr />
<p class="date">1st November, 2010</o>
<hr />
<h2>Dear Andy and Jolene,</h2>
<p>Thank you for coming to my birthday party and for the fantastic cake! I really appreciate it and I hope you had a great time!</p>
<p>I'm incredibly lucky to have such wonderful friends and family and it was so great to have everyone together to share a meal and drinks.</p>
<p>Best wishes,</p>
<p class="signature">Paul</p>
<object><param name="movie" value="http://www.youtube.com/v/fzcjnroTeqc?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fzcjnroTeqc?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
</div>
</div>
</body>
</html>