| 123456789101112131415161718192021222324 |
- <!doctype html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><%= title %></title>
- <style>
- </style>
- </head>
- <body
- style="background-color: #f6f6f6; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
- <p>
- <%= format(now)%>: <%= data %>
- </p>
- </body>
- </html>
|