アットウィキロゴ

php02

<!DOCTYPE html>
<html lang="ja">
    <head>
        <meta charset="utf-8" />
        <title>abc</title>
    </head>
    <body>
        <?php
print("猫");
?>
    </body>
</html>
 
最終更新:2015年05月11日 19:53