monitor.ejs 527 B

123456789101112131415161718192021222324
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title><%= title %></title>
  7. <style>
  8. </style>
  9. </head>
  10. <body
  11. 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%;">
  12. <p>
  13. <%= format(now)%>: <%= data %>
  14. </p>
  15. </body>
  16. </html>