-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
46 lines (37 loc) · 1.71 KB
/
about.php
File metadata and controls
46 lines (37 loc) · 1.71 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="all" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="msnbot" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Faceworld | About</title>
<link href="css/about.css" rel="stylesheet" type="text/css" media="screen" />
<meta name="description" content="Faceworld is an utility that connects you to friends and family by location!">
<meta name="keywords" content="social, social network, network" />
<link rel="shortcut icon" href="http://www.faceworld.io/img/favicon.ico">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="center_box">
<div id="rightbox"><strong><a class="white" href="http://www.faceworld.io/index.php">Faceworld</a></strong></div>
</div>
</div>
<div id="cube">
<div id="rect_box">
<div id="subjectbx"><strong>About</strong></div>
<div id="center_txt">
<p><em>You just can't beat the person who never gives up.</em> Babe Ruth</p>
</div></div>
<div id="footer">
<div id="bx1"><strong><a class="gray" href="http://www.faceworld.io/terms.php">Terms</a> | <a class="gray" href="http://www.faceworld.io/privacy.php">Privacy</a> | <a class="gray" href="http://www.faceworld.io/index.php">© 2023 Faceworld</a></strong></div>
<div id="bx2"></div>
</div>
</div>
</div>
</body>
</html>
<?php include_once("analyticstracking.php") ?>