about.ejs 296 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 <!DOCTYPE html> <html> <head> <%- include('../partials/head') %> </head> <body> <%- include('../partials/nav') %> <div class="container mb-3"> <h2 class="mb-3">About</h2> <P>Store and Share your precious memory in MAPMORY!</p> </div> </body> </html>