test.php 225 B

123456789101112131415
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
  4. <title>test</title>
  5. </head>
  6. <body>
  7. <!-- <h1>test1</h1>
  8. <h2>test2</h2>
  9. <h3>test3</h3> -->
  10. <div>
  11. <?php echo $data;?>
  12. </div>
  13. </body>
  14. </html>