-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.php
41 lines (32 loc) · 1.62 KB
/
privacy.php
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
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . '/include/main_func.php';
/****************************************************/
/* !Display Page */
/***************************************************/
?><!DOCTYPE html>
<html xmlns:fb='http://www.facebook.com/2008/fbml' lang='en'>
<head>
<title>Psychomorph Online Privacy Policy</title>
<meta charset='utf-8'>
<meta name='author' content='Lisa DeBruine and Bernard Tiddeman' />
<meta name='description' content='Online tools for manipulating faces' />
<meta name='keywords' content='face research,faces,psychology,research,computer graphics,psychomorph' />
<!--<meta name='verify-v1' content='oCEvWF1olBQ+/+nyyAZfRnSeVVGeEVlD0Qw8aHTRvAU=' />-->
<meta property='og:site_name' content='Psychomorph'/>
<meta property='og:image' content='/include/images/logo.png'/>
<meta name="viewport" id="vp" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)" />
<meta name='apple-mobile-web-app-capable' content='yes' />
<link rel='apple-touch-startup-image' href='/include/images/logo.png' />
<link rel='apple-touch-startup-image' sizes='640x920' href='/include/images/[email protected]' />
<meta name='apple-mobile-web-app-status-bar-style' content='black' />
<link rel='shortcut icon' href='/include/images/favicon.ico' />
<link rel='apple-touch-icon-precomposed' href='/include/images/apple-touch-icon-precomposed.png' />
<link rel='stylesheet' type='text/css' href='/include/css/style.php'>
<link rel='stylesheet' type='text/css' href='<?= JQUERYUI_THEME ?>'>
</head>
<!-- START BODY -->
<body>
<h2>Privacy Policy</h2>
<p>To be determined...</p>
</body>
</html>