s.php 856 B

123456789101112131415161718192021222324
  1. <?php
  2. $t = $_POST["t"];
  3. $c = $_POST["c"];
  4. ?>
  5. <!DOCTYPE html>
  6. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  7. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  8. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  9. <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
  10. <html lang="zh-cmn">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta width="device-width" />
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  15. <title>“青年大学习”<?php
  16. echo $t;
  17. ?></title>
  18. </head>
  19. <body style="margin: 0;padding: 0;">
  20. <img src="https://h5.cyol.com/special/daxuexi/<?php
  21. echo $c;
  22. ?>/images/end.jpg" referrerpolicy="no-referrer" style="height: 100vh; width: 100vw ;margin: 0;padding: 0;display: block;" />
  23. </body>
  24. </html>