コード例 #1
0
    echo $f;
    ?>
" type="text/javascript"></script>
        <?php 
}
?>
        <style>
            body {
                margin: 0;
                padding: 0;
                font-family: Arial;
                font-size: 14px;
            }
        </style>
    </head>
    <body>

        <div id="phaser-example"></div>

        <div style="padding: 32px">

        <table cellpadding="8">
        <?php 
echo printJSLinks('wip', $files);
?>
        </table>

        </div>

    </body>
</html>
コード例 #2
0
        <link rel="stylesheet" type="text/css" href="css/normalize.css" />
        <link rel="stylesheet" type="text/css" href="css/demo.css" />
        <link rel="stylesheet" type="text/css" href="css/component.css" />
        <script src="js/modernizr.custom.js"></script>
        <script src="js/phaser.min.js" type="text/javascript"></script>
        <script src="code/<?php 
echo $f;
?>
" type="text/javascript"></script>
    </head>
    <body>

        <div id="phaser-example"></div>

        <div id="labs"><a href="index.php"><img src="examples/_site/labs/logo.png" /></a></div>

        <div class="container">

            <section class="color-4">
                <nav class="cl-effect-2">
                <?php 
echo printJSLinks($files);
?>
                </nav>
                <div id="photonstorm">labs is the playground and test site for <a href="http://phaser.io">phaser.io</a> &copy; 2014 <a href="https://twitter.com/photonstorm">@photonstorm</a></div>
            </section>

        </div>

</body>
</html>