mirror of
https://github.com/photonstorm/phaser
synced 2025-02-19 23:48:33 +00:00
19 lines
296 B
PHP
19 lines
296 B
PHP
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>phaser - <?php echo $title?></title>
|
||
|
<base href="../">
|
||
|
<?php
|
||
|
require('js.php');
|
||
|
|
||
|
if (isset($mobile))
|
||
|
{
|
||
|
?>
|
||
|
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0" />
|
||
|
<?php
|
||
|
}
|
||
|
?>
|
||
|
</head>
|
||
|
<body>
|