view.html 333 B

1234567891011121314
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="shortcut icon" href="/favicon.ico"/>
  8. <title>webman</title>
  9. </head>
  10. <body>
  11. hello <?=htmlspecialchars($name)?>
  12. </body>
  13. </html>