msginfo.html 482 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  6. <meta content="telephone=no" name="format-detection">
  7. <title>{$info['title']}</title>
  8. <style type="text/css">
  9. body{
  10. background: #FFF;
  11. color: #282828;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. {$info['content']}
  17. </body>
  18. </html>