[go: up one dir, main page]

Menu

[2ad967]: / index.php  Maximize  Restore  History

Download this file

6 lines (6 with data), 252 Bytes

1
2
3
4
5
6
<?php
$title = "The f.l.a.m.e.s Game";
$description = "Find your relationship with your dream partner online. It is a fun filled love calculator using only names of people.";
include_once("./layouts/home.php");
include_once("./layouts/default.php");
?>