update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / framework / core / views / home.ejs
diff --git a/skyquake/framework/core/views/home.ejs b/skyquake/framework/core/views/home.ejs
new file mode 100644 (file)
index 0000000..2cb2f80
--- /dev/null
@@ -0,0 +1,5 @@
+<% if (!user) { %>
+       <p>Welcome! Please <a href="/login">log in</a>.</p>
+<% } else { %>
+       <p>Hello, <%= user.username %>. View your <a href="<%= default_page %>">default page</a>. TODO: Update link to dashboard</p>
+<% } %>
\ No newline at end of file