Files
dss/templates/inc/facebook/user.html
2013-06-19 19:24:50 +01:00

14 lines
432 B
HTML
Executable File

<!DOCTYPE HTML>
<html>
<head>
<title>Deep South Sounds User Profile</title>
<meta property="fb:app_id" content="{{ app_id }}" />
<meta property="og:url" content="{{ profile_url }}/" />
<meta property="og:title" content="{{ description }} on Deep South Sounds" />
<meta property="og:image" content="{{ image_url }}" />
</head>
<body>
<h1>Facebook user interstitial page</h1>
</body>
</html>