Built motion from commit (unavailable).|2.5.30
[motion2.git] / server / files / templates / chatOfflineMessage.ejs
index cbe4548..80cbf5b 100644 (file)
@@ -1,5 +1,16 @@
-<%- bodyTitle %>
-
-<% body.forEach(function(data) { -%>
-<%= data[0] %>: <%= data[1] %>
-<% }); -%>
+<!doctype html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<body>
+    <p>
+        <%- bodyTitle %>
+    </p>
+        <% body.forEach(function(data) { -%>
+            <span>
+                <%= data[0] %>: <%= data[1] %>
+            </span><br >
+            <% }); -%>
+</body>
+</html>
\ No newline at end of file