29 lines
960 B
Scheme
29 lines
960 B
Scheme
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta property="og:url" content="$FBUrl" />
|
|
<meta property="og:image" content="$FBImage" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="$FBImageW" />
|
|
<meta property="og:image:height" content="$FBImageH" />
|
|
<meta property="og:title" content="$Title" />
|
|
<meta property="og:description" content="$FBDesc" />
|
|
<title>$Title</title>
|
|
<!--[if IE]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
<link href='//fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
|
|
<!--[if gte IE 9]>
|
|
<style type="text/css">
|
|
.gradient {
|
|
filter: none;
|
|
}
|
|
</style>
|
|
<![endif]-->
|
|
<% include Analytics %>
|
|
</head>
|
|
|
|
<body id="anniversary">
|
|
$Layout
|
|
</body>
|
|
</html> |