mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08: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>
|