| 12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
- <meta content="telephone=no" name="format-detection">
- <title>{$info['title']}</title>
- <style type="text/css">
- body{
- background: #FFF;
- color: #282828;
- }
- </style>
- </head>
- <body>
- {$info['content']}
- </body>
- </html>
|