-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.php
30 lines (29 loc) · 961 Bytes
/
test.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
<?php
require_once ('inc/config.php');
?>
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Space Sim V.<?php echo GAME_VERSION; ?></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/style.css<?php echo SSIM_DEBUG?'?v='.rand():''?>">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<header>
<div class="pull-center">≪ TESTING TESTING TESTING ≫</div>
</header>
<div id="game">
<div id="center" class="full">
<?php
$pilot = new pilot('40abc4d3a95');
var_dump($pilot);
?>
</div>
</div>
<footer>
<div class="pull-center">≪ TESTING TESTING TESTING ≫</div>
</footer>