mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-20 07:44:00 +00:00
14 lines
432 B
HTML
Executable File
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>
|