123456789101112131415161718192021222324 |
- <?php
- $t = $_POST["t"];
- $c = $_POST["c"];
- ?>
- <!DOCTYPE html>
- <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
- <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
- <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
- <!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
- <html lang="zh-cmn">
- <head>
- <meta charset="utf-8">
- <meta width="device-width" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>“青年大学习”<?php
- echo $t;
- ?></title>
- </head>
- <body style="margin: 0;padding: 0;">
- <img src="https://h5.cyol.com/special/daxuexi/<?php
- echo $c;
- ?>/images/end.jpg" referrerpolicy="no-referrer" style="height: 100vh; width: 100vw ;margin: 0;padding: 0;display: block;" />
- </body>
- </html>
|